Add comment about weird .video extension for format 38

This commit is contained in:
Ricardo Garcia 2010-07-13 19:01:43 +02:00
parent 8da0080d36
commit 9e9647d9a1
1 changed files with 1 additions and 1 deletions

View File

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