projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b61af
)
fix swrmediathek for new formats.
author
andi
<andi@andiunx.no-ip.org>
Sat, 8 Nov 2014 14:56:35 +0000
(15:56 +0100)
committer
andi
<andi@andiunx.no-ip.org>
Sat, 8 Nov 2014 14:56:35 +0000
(15:56 +0100)
youtube_dl/extractor/swrmediathek.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/swrmediathek.py
b/youtube_dl/extractor/swrmediathek.py
index 13c6ea67728d040a9e1f17111031952492d921b5..bf430d870125a78788d364b0ea615983ae170948 100644
(file)
--- a/
youtube_dl/extractor/swrmediathek.py
+++ b/
youtube_dl/extractor/swrmediathek.py
@@
-80,7
+80,7
@@
class SWRMediathekIE(InfoExtractor):
if media_type == 'Video':
fmt.update({
- 'format_note': ['144p', '288p', '544p'][quality-1],
+ 'format_note': ['144p', '288p', '544p'
, '720p'
][quality-1],
'vcodec': codec,
})
elif media_type == 'Audio':
@@
-101,4
+101,4
@@
class SWRMediathekIE(InfoExtractor):
'uploader': attr['channel_title'],
'uploader_id': attr['channel_idkey'],
'formats': formats,
- }
\ No newline at end of file
+ }