youtube-dl

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

commit 9e9647d9a155870a462679bc750ebb2519fcecff
parent 8da0080d362c8fd958d4027b52f0920635e26cad
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Tue, 13 Jul 2010 19:01:43 +0200

Add comment about weird .video extension for format 38

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

diff --git a/youtube-dl b/youtube-dl @@ -693,7 +693,7 @@ class YoutubeIE(InfoExtractor): '18': 'mp4', '22': 'mp4', '37': 'mp4', - '38': 'video', + '38': 'video', # You actually don't know if this will be MOV, AVI or whatever '43': 'webm', '45': 'webm', }