diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-31 05:31:01 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-31 05:31:01 +0600 |
commit | 29f36839016e989f4a335fdd51d63f083e26d555 (patch) | |
tree | 3f3a4fb68539e4edee2e26b637b17c6af617ce38 /youtube_dl | |
parent | c7932289e73f62d5d73b942175c66510acc2be7e (diff) |
[espn] Remove broken flag
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/espn.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/espn.py b/youtube_dl/extractor/espn.py index e6f8f0337..7d758102c 100644 --- 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': { |