mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-04-11 17:38:11 -05:00
[downloader/ffmpeg] Fix vtt download with ffmpeg
This commit is contained in:
parent
08438d2ca5
commit
abad800058
@ -41,6 +41,7 @@ EXT_TO_OUT_FORMATS = {
|
|||||||
'ts': 'mpegts',
|
'ts': 'mpegts',
|
||||||
'wma': 'asf',
|
'wma': 'asf',
|
||||||
'wmv': 'asf',
|
'wmv': 'asf',
|
||||||
|
'vtt': 'webvtt',
|
||||||
}
|
}
|
||||||
ACODECS = {
|
ACODECS = {
|
||||||
'mp3': 'libmp3lame',
|
'mp3': 'libmp3lame',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user