From 688c634b7d95a20c6081b202427a9e5fd7f36422 Mon Sep 17 00:00:00 2001 From: remitamine Date: Tue, 24 May 2016 16:42:22 +0100 Subject: skip some tests to reduce test time --- youtube_dl/extractor/byutv.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube_dl/extractor/byutv.py') diff --git a/youtube_dl/extractor/byutv.py b/youtube_dl/extractor/byutv.py index 54eb57b46..3aec601f8 100644 --- a/youtube_dl/extractor/byutv.py +++ b/youtube_dl/extractor/byutv.py @@ -20,6 +20,9 @@ class BYUtvIE(InfoExtractor): 'thumbnail': 're:^https?://.*\.jpg$', 'duration': 1486.486, }, + 'params': { + 'skip_download': True, + }, 'add_ie': ['Ooyala'], } -- cgit v1.2.3