diff options
author | Adam Glenn <gekitsuu@gmail.com> | 2013-12-06 21:12:10 -0800 |
---|---|---|
committer | Adam Glenn <gekitsuu@gmail.com> | 2013-12-06 21:12:10 -0800 |
commit | f623530d6e1ac63e0e2056274cb9b59b8699ce0c (patch) | |
tree | a2cfc2d138c2b7b8fe69671088b3fb4ef6d19566 /youtube_dl | |
parent | ca9e02dc00fcfbc86fdf5d645417430ecb135537 (diff) |
removing bad VALID_URL
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/pyvideo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pyvideo.py b/youtube_dl/extractor/pyvideo.py index 243dff806..5c47993e7 100644 --- a/youtube_dl/extractor/pyvideo.py +++ b/youtube_dl/extractor/pyvideo.py @@ -5,7 +5,6 @@ from ..utils import determine_ext class PyvideoIE(InfoExtractor): - _VALID_URL = r'(?:http://)?(?:www\.)?break\.com/video/([^/]+)' _VALID_URL = r'(?:http://)?(?:www\.)?pyvideo\.org/video/(\d+)/(.*)' _TEST = { u'url': u'http://pyvideo.org/video/1737/become-a-logging-expert-in-30-minutes', |