removing bad VALID_URL
authorAdam Glenn <gekitsuu@gmail.com>
Sat, 7 Dec 2013 05:12:10 +0000 (21:12 -0800)
committerAdam Glenn <gekitsuu@gmail.com>
Sat, 7 Dec 2013 05:12:10 +0000 (21:12 -0800)
youtube_dl/extractor/pyvideo.py

index 243dff8064dfd11dc7b2a973a9dfc1c2eb4106b0..5c47993e7844ee4c46f2e3a3db7d40e7670b5fc7 100644 (file)
@@ -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',