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/teachingchannel.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube_dl/extractor/teachingchannel.py') diff --git a/youtube_dl/extractor/teachingchannel.py b/youtube_dl/extractor/teachingchannel.py index e279280e9..d14d93e3a 100644 --- a/youtube_dl/extractor/teachingchannel.py +++ b/youtube_dl/extractor/teachingchannel.py @@ -19,6 +19,9 @@ class TeachingChannelIE(InfoExtractor): 'description': 'md5:2a9033db8da81f2edffa4c99888140b3', 'duration': 422.255, }, + 'params': { + 'skip_download': True, + }, 'add_ie': ['Ooyala'], } -- cgit v1.2.3