removing bad VALID_URL
[youtube-dl] / 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',