From: Adam Glenn Date: Sat, 7 Dec 2013 05:12:10 +0000 (-0800) Subject: removing bad VALID_URL X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=f623530d6e1ac63e0e2056274cb9b59b8699ce0c;p=youtube-dl removing bad VALID_URL --- 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',