From 60ad3eb9706861d4182ab44ee19d64350ca2e36e Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Sun, 31 Jan 2016 03:21:33 +0800 Subject: [PATCH] [viidea] Skip download for the test case requiring ffmpeg --- youtube_dl/extractor/viidea.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/youtube_dl/extractor/viidea.py b/youtube_dl/extractor/viidea.py index 525e303d4..315984bf9 100644 --- a/youtube_dl/extractor/viidea.py +++ b/youtube_dl/extractor/viidea.py @@ -45,6 +45,10 @@ class ViideaIE(InfoExtractor): 'upload_date': '20130627', 'duration': 565, }, + 'params': { + # m3u8 download + 'skip_download': True, + }, }, { # video with invalid direct format links (HTTP 403) 'url': 'http://videolectures.net/russir2010_filippova_nlp/',