1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-04 17:34:32 +01:00

Update and correct (format,extension) table for YouTube

This commit is contained in:
Ricardo Garcia 2009-04-26 22:01:50 +02:00
parent 2f11508ada
commit 8d2c83eda5

View File

@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor):
# Extension
video_extension = {
'17': '3gp',
'13': '3gp',
'17': 'mp4',
'18': 'mp4',
'22': 'mp4',
}.get(format_param, 'flv')