logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 29f36839016e989f4a335fdd51d63f083e26d555
parent c7932289e73f62d5d73b942175c66510acc2be7e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 31 Dec 2015 05:31:01 +0600

[espn] Remove broken flag

Diffstat:

Myoutube_dl/extractor/espn.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/espn.py b/youtube_dl/extractor/espn.py @@ -5,7 +5,6 @@ from .common import InfoExtractor class ESPNIE(InfoExtractor): _VALID_URL = r'https?://espn\.go\.com/(?:[^/]+/)*(?P<id>[^/]+)' - _WORKING = False _TESTS = [{ 'url': 'http://espn.go.com/video/clip?id=10365079', 'info_dict': {