1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-02-22 12:18:12 +01:00

Merge pull request from andikmu/master

fix swrmediathek for new formats.
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-11-09 12:17:18 +01:00
commit 519c73f267

View File

@ -80,7 +80,7 @@ def _real_extract(self, url):
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':