mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
fix swrmediathek for new formats.
This commit is contained in:
parent
c2b61af548
commit
d6fdc38682
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user