Browse Source

Merge pull request #1678 from rzhxeo/keezmovies

[KeezMoviesIE] Detect URLs with numbers in the SEO part correct
rtmp_test
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
3e56add7c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/keezmovies.py

+ 1
- 1
youtube_dl/extractor/keezmovies.py 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',


Loading…
Cancel
Save