summary refs log tree commit diff
diff options
context:
space:
mode:
authorrzhxeo <rzhxeot7z81b4700@mailcatch.com>2013-10-28 18:22:55 +0100
committerrzhxeo <rzhxeot7z81b4700@mailcatch.com>2013-10-28 18:22:55 +0100
commit2bc67c35acece68a75284b88fcb03d69f267a63c (patch)
tree9474a01c74b757d53a1d6bc83b35d03d0be6bac4
parent79b3f6122840cf386cde6c9ec13453121944c7b0 (diff)
downloadyoutube-dl-2bc67c35acece68a75284b88fcb03d69f267a63c.tar.gz
youtube-dl-2bc67c35acece68a75284b88fcb03d69f267a63c.tar.xz
youtube-dl-2bc67c35acece68a75284b88fcb03d69f267a63c.zip
[KeezMoviesIE] Detect URLs with numbers in the SEO part correct
-rw-r--r--youtube_dl/extractor/keezmovies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/keezmovies.py b/youtube_dl/extractor/keezmovies.py
index 5e05900da..786924445 100644
--- a/youtube_dl/extractor/keezmovies.py
+++ b/youtube_dl/extractor/keezmovies.py
@@ -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',