skip some tests to reduce test time
authorremitamine <remitamine@gmail.com>
Tue, 24 May 2016 15:42:22 +0000 (16:42 +0100)
committerremitamine <remitamine@gmail.com>
Tue, 24 May 2016 15:44:11 +0000 (16:44 +0100)
youtube_dl/extractor/byutv.py
youtube_dl/extractor/espn.py
youtube_dl/extractor/groupon.py
youtube_dl/extractor/howcast.py
youtube_dl/extractor/teachingchannel.py

index 54eb57b46ba30dac380fb400543fceb8be06279b..3aec601f8e7179570088e1ea5ad1f7b6d30f219d 100644 (file)
@@ -20,6 +20,9 @@ class BYUtvIE(InfoExtractor):
             'thumbnail': 're:^https?://.*\.jpg$',
             'duration': 1486.486,
         },
+        'params': {
+            'skip_download': True,
+        },
         'add_ie': ['Ooyala'],
     }
 
index e3575aed1df2b48e43fd862866c4aee0ff0b4a30..66c08bec47d8aa639cf758bb3e083b9772230c76 100644 (file)
@@ -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',
index 7bbb669c7ab1b92ea6e42445026ea5594a63cd28..a6da909310a5591fe39a68244142a46fb24ce65d 100644 (file)
@@ -26,7 +26,10 @@ class GrouponIE(InfoExtractor):
                 'uploader': 'Groupon',
             },
             'add_ie': ['Youtube'],
-        }]
+        }],
+        'params': {
+            'skip_download': True,
+        },
     }
 
     _PROVIDERS = {
index 92caeb8f941a32bbc4c9fc67713e724204c01232..7e36b85ad586984dfb761e4518b23d2b4a074bf7 100644 (file)
@@ -18,6 +18,9 @@ class HowcastIE(InfoExtractor):
             'upload_date': '20100609',
             'duration': 56.823,
         },
+        'params': {
+            'skip_download': True,
+        },
         'add_ie': ['Ooyala'],
     }
 
index e279280e9a68bf8f030c1b451fa751ee1ec0f29e..d14d93e3ab1ae87902dc275e1208964a86b6b840 100644 (file)
@@ -19,6 +19,9 @@ class TeachingChannelIE(InfoExtractor):
             'description': 'md5:2a9033db8da81f2edffa4c99888140b3',
             'duration': 422.255,
         },
+        'params': {
+            'skip_download': True,
+        },
         'add_ie': ['Ooyala'],
     }