mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
Update and correct (format,extension) table for YouTube
This commit is contained in:
parent
2f11508ada
commit
8d2c83eda5
1 changed files with 2 additions and 1 deletions
|
@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor):
|
||||||
|
|
||||||
# Extension
|
# Extension
|
||||||
video_extension = {
|
video_extension = {
|
||||||
'17': '3gp',
|
'13': '3gp',
|
||||||
|
'17': 'mp4',
|
||||||
'18': 'mp4',
|
'18': 'mp4',
|
||||||
'22': 'mp4',
|
'22': 'mp4',
|
||||||
}.get(format_param, 'flv')
|
}.get(format_param, 'flv')
|
||||||
|
|
Loading…
Reference in a new issue