projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14470ac
)
[Spiegeltv] skip rtmp download to pass Travis test build
author
Georg Jaehnig
<georg@jaehnig.org>
Tue, 3 Jun 2014 14:50:54 +0000
(16:50 +0200)
committer
Georg Jaehnig
<georg@jaehnig.org>
Tue, 3 Jun 2014 14:50:54 +0000
(16:50 +0200)
youtube_dl/extractor/spiegeltv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/spiegeltv.py
b/youtube_dl/extractor/spiegeltv.py
index 7869859f90aea97d042a1e5496fbaa236ff94cfa..303c1104411a71aba0e746c96939cfc9b33ae92d 100644
(file)
--- 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,
}
}