Skip to content

Commit

Permalink
Update and correct (format,extension) table for YouTube
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Oct 31, 2010
1 parent 2f11508 commit 8d2c83e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion youtube-dl
Expand Up @@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor):

# Extension
video_extension = {
'17': '3gp',
'13': '3gp',
'17': 'mp4',
'18': 'mp4',
'22': 'mp4',
}.get(format_param, 'flv')
Expand Down

0 comments on commit 8d2c83e

Please sign in to comment.