aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Jaehnig <georg@jaehnig.org>2014-06-03 16:50:54 +0200
committerGeorg Jaehnig <georg@jaehnig.org>2014-06-03 16:50:54 +0200
commitdb23d8d2a24b648efe1f4314f1687e4484f0dc8a (patch)
treebfb741f5242b156b32d8a6c44631e78d63491201
parent14470ac87b8ea345683f2a9ccebb44d6a776d760 (diff)
downloadyoutube-dl-db23d8d2a24b648efe1f4314f1687e4484f0dc8a.tar.xz
[Spiegeltv] skip rtmp download to pass Travis test build
-rw-r--r--youtube_dl/extractor/spiegeltv.py4
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,
}
}