From f623530d6e1ac63e0e2056274cb9b59b8699ce0c Mon Sep 17 00:00:00 2001 From: Adam Glenn Date: Fri, 6 Dec 2013 21:12:10 -0800 Subject: [PATCH] removing bad VALID_URL --- youtube_dl/extractor/pyvideo.py | 1 - 1 file changed, 1 deletion(-) 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',