diff options
author | Georg Jaehnig <georg@jaehnig.org> | 2014-06-03 16:50:54 +0200 |
---|---|---|
committer | Georg Jaehnig <georg@jaehnig.org> | 2014-06-03 16:50:54 +0200 |
commit | db23d8d2a24b648efe1f4314f1687e4484f0dc8a (patch) | |
tree | bfb741f5242b156b32d8a6c44631e78d63491201 | |
parent | 14470ac87b8ea345683f2a9ccebb44d6a776d760 (diff) |
[Spiegeltv] skip rtmp download to pass Travis test build
-rw-r--r-- | youtube_dl/extractor/spiegeltv.py | 4 |
1 files changed, 4 insertions, 0 deletions
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, } } |