mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 14:41:44 +00:00
Add webm extension to formats 43 and 45 (fixes issue #139)
This commit is contained in:
parent
896a6ea9e2
commit
0b59bf4a5e
@ -691,6 +691,8 @@ class YoutubeIE(InfoExtractor):
|
|||||||
'18': 'mp4',
|
'18': 'mp4',
|
||||||
'22': 'mp4',
|
'22': 'mp4',
|
||||||
'37': 'mp4',
|
'37': 'mp4',
|
||||||
|
'43': 'webm',
|
||||||
|
'45': 'webm',
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user