youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 60ad3eb9706861d4182ab44ee19d64350ca2e36e
parent a7685b3a6b02be62ebd53e2978ab43b1cde3ec4b
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 31 Jan 2016 03:21:33 +0800

[viidea] Skip download for the test case requiring ffmpeg

Diffstat:
Myoutube_dl/extractor/viidea.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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/',