youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8d2c83eda50f07447ea93c73e17b9c5330106fbc
parent 2f11508adadc3a2bc5a7c0549071d114ae109a00
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sun, 26 Apr 2009 22:01:50 +0200

Update and correct (format,extension) table for YouTube

Diffstat:
Myoutube-dl | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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')