[KeezMoviesIE] Detect URLs with numbers in the SEO part correct

This commit is contained in:
rzhxeo 2013-10-28 18:22:55 +01:00
parent 79b3f61228
commit 2bc67c35ac
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from ..aes import (
)
class KeezMoviesIE(InfoExtractor):
_VALID_URL = r'^(?:https?://)?(?:www\.)?(?P<url>keezmovies\.com/video/.+?(?P<videoid>[0-9]+))'
_VALID_URL = r'^(?:https?://)?(?:www\.)?(?P<url>keezmovies\.com/video/.+?(?P<videoid>[0-9]+))(?:[/?&]|$)'
_TEST = {
u'url': u'http://www.keezmovies.com/video/petite-asian-lady-mai-playing-in-bathtub-1214711',
u'file': u'1214711.mp4',