1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

[Spiegeltv] skip rtmp download to pass Travis test build

This commit is contained in:
Georg Jaehnig 2014-06-03 16:50:54 +02:00
parent 14470ac87b
commit db23d8d2a2

View file

@ -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,
}
}