youtube-dl

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

commit d69cf69a6a9bfbaa556ab513deb7a3c34bfa2a99
parent d02ecdefab958f5cbc953b79b5510376f099fe9d
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 24 Jun 2013 01:20:29 +0200

[youtube] Use mp4 as extension for format 38 (Fixes #892)

Diffstat:
Myoutube_dl/extractor/youtube.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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