summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-02 14:15:52 -0700
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-02 14:15:52 -0700
commit3e56add7c9acf659d984be5aef1b8fb6e42599c6 (patch)
treea4db6c32d03170b8b25012df86519fa5643e4f5d
parentf52f01b5d2ed117070475b0c7593a55d417e8e41 (diff)
parent2bc67c35acece68a75284b88fcb03d69f267a63c (diff)
downloadyoutube-dl-3e56add7c9acf659d984be5aef1b8fb6e42599c6.tar.gz
youtube-dl-3e56add7c9acf659d984be5aef1b8fb6e42599c6.tar.xz
youtube-dl-3e56add7c9acf659d984be5aef1b8fb6e42599c6.zip
Merge pull request #1678 from rzhxeo/keezmovies
[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',