Browse Source

[espn] Remove broken flag

Sergey M․ 9 years ago
parent
commit
29f3683901
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/espn.py

+ 0 - 1
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': {