This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[Spiegeltv] skip rtmp download to pass Travis test build
totalwebcasting
Georg Jaehnig
11 years ago
parent
14470ac87b
commit
db23d8d2a2
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
youtube_dl/extractor/spiegeltv.py
+ 4
- 0
youtube_dl/extractor/spiegeltv.py
View File
@ -14,6 +14,10 @@ class SpiegeltvIE(InfoExtractor):
'
ext
'
:
'
m4v
'
,
'
ext
'
:
'
m4v
'
,
'
title
'
:
'
Flug MH370
'
,
'
title
'
:
'
Flug MH370
'
,
'
description
'
:
'
Das Rätsel um die Boeing 777 der Malaysia-Airlines
'
,
'
description
'
:
'
Das Rätsel um die Boeing 777 der Malaysia-Airlines
'
,
}
,
'
params
'
:
{
# rtmp download
'
skip_download
'
:
True
,
}
}
}
}
Write
Preview
Loading…
Cancel
Save