summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Glenn <gekitsuu@gmail.com>2013-12-06 21:12:10 -0800
committerAdam Glenn <gekitsuu@gmail.com>2013-12-06 21:12:10 -0800
commitf623530d6e1ac63e0e2056274cb9b59b8699ce0c (patch)
treea2cfc2d138c2b7b8fe69671088b3fb4ef6d19566
parentca9e02dc00fcfbc86fdf5d645417430ecb135537 (diff)
downloadyoutube-dl-f623530d6e1ac63e0e2056274cb9b59b8699ce0c.tar.gz
youtube-dl-f623530d6e1ac63e0e2056274cb9b59b8699ce0c.tar.xz
youtube-dl-f623530d6e1ac63e0e2056274cb9b59b8699ce0c.zip
removing bad VALID_URL
-rw-r--r--youtube_dl/extractor/pyvideo.py1
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',