mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 01:42:50 +01:00
Add comment about weird .video extension for format 38
This commit is contained in:
parent
8da0080d36
commit
9e9647d9a1
@ -693,7 +693,7 @@ class YoutubeIE(InfoExtractor):
|
|||||||
'18': 'mp4',
|
'18': 'mp4',
|
||||||
'22': 'mp4',
|
'22': 'mp4',
|
||||||
'37': 'mp4',
|
'37': 'mp4',
|
||||||
'38': 'video',
|
'38': 'video', # You actually don't know if this will be MOV, AVI or whatever
|
||||||
'43': 'webm',
|
'43': 'webm',
|
||||||
'45': 'webm',
|
'45': 'webm',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user