summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-12-31 05:31:01 +0600
committerSergey M․ <dstftw@gmail.com>2015-12-31 05:31:01 +0600
commit29f36839016e989f4a335fdd51d63f083e26d555 (patch)
tree3f3a4fb68539e4edee2e26b637b17c6af617ce38
parentc7932289e73f62d5d73b942175c66510acc2be7e (diff)
downloadyoutube-dl-29f36839016e989f4a335fdd51d63f083e26d555.tar.gz
youtube-dl-29f36839016e989f4a335fdd51d63f083e26d555.tar.xz
youtube-dl-29f36839016e989f4a335fdd51d63f083e26d555.zip
[espn] Remove broken flag
-rw-r--r--youtube_dl/extractor/espn.py1
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': {