From: Georg Jaehnig Date: Tue, 3 Jun 2014 14:50:54 +0000 (+0200) Subject: [Spiegeltv] skip rtmp download to pass Travis test build X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=db23d8d2a24b648efe1f4314f1687e4484f0dc8a;p=youtube-dl [Spiegeltv] skip rtmp download to pass Travis test build --- diff --git a/youtube_dl/extractor/spiegeltv.py b/youtube_dl/extractor/spiegeltv.py index 7869859f9..303c11044 100644 --- a/youtube_dl/extractor/spiegeltv.py +++ b/youtube_dl/extractor/spiegeltv.py @@ -14,6 +14,10 @@ class SpiegeltvIE(InfoExtractor): 'ext': 'm4v', 'title': 'Flug MH370', 'description': 'Das Rätsel um die Boeing 777 der Malaysia-Airlines', + }, + 'params': { + # rtmp download + 'skip_download': True, } }