diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-04-26 22:01:50 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:12 +0100 |
commit | 8d2c83eda50f07447ea93c73e17b9c5330106fbc (patch) | |
tree | 1c5203813b9f73c264e08563c765a224c7071434 | |
parent | 2f11508adadc3a2bc5a7c0549071d114ae109a00 (diff) |
Update and correct (format,extension) table for YouTube
-rwxr-xr-x | youtube-dl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 496ae036f..9fe58a354 100755 --- a/youtube-dl +++ b/youtube-dl @@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor): # Extension video_extension = { - '17': '3gp', + '13': '3gp', + '17': 'mp4', '18': 'mp4', '22': 'mp4', }.get(format_param, 'flv') |