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

This commit is contained in:
Philipp Hagemeister 2013-06-24 01:20:29 +02:00
parent d02ecdefab
commit d69cf69a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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',