about summary refs log tree commit diff
path: root/youtube_dl/extractor/espn.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-05-24 16:42:22 +0100
committerremitamine <remitamine@gmail.com>2016-05-24 16:44:11 +0100
commit688c634b7d95a20c6081b202427a9e5fd7f36422 (patch)
tree2e129c22d2e3404eb0b603f8024193a4c41bb18f /youtube_dl/extractor/espn.py
parent0d6ee9750801045e45157f38d98ef2be0c6da4f5 (diff)
downloadyoutube-dl-688c634b7d95a20c6081b202427a9e5fd7f36422.tar.gz
youtube-dl-688c634b7d95a20c6081b202427a9e5fd7f36422.tar.xz
youtube-dl-688c634b7d95a20c6081b202427a9e5fd7f36422.zip
skip some tests to reduce test time
Diffstat (limited to 'youtube_dl/extractor/espn.py')
-rw-r--r--youtube_dl/extractor/espn.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube_dl/extractor/espn.py b/youtube_dl/extractor/espn.py
index e3575aed1..66c08bec4 100644
--- a/youtube_dl/extractor/espn.py
+++ b/youtube_dl/extractor/espn.py
@@ -15,6 +15,9 @@ class ESPNIE(InfoExtractor):
             'title': '30 for 30 Shorts: Judging Jewell',
             'description': None,
         },
+        'params': {
+            'skip_download': True,
+        },
         'add_ie': ['OoyalaExternal'],
     }, {
         # intl video, from http://www.espnfc.us/video/mls-highlights/150/video/2743663/must-see-moments-best-of-the-mls-season
@@ -25,6 +28,9 @@ class ESPNIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'Must-See Moments: Best of the MLS season',
         },
+        'params': {
+            'skip_download': True,
+        },
         'add_ie': ['OoyalaExternal'],
     }, {
         'url': 'https://espn.go.com/video/iframe/twitter/?cms=espn&id=10365079',