skip some tests to reduce test time
[youtube-dl] / youtube_dl / extractor / byutv.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'],
     }