mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-01 02:01:26 +02: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…
Reference in New Issue
Block a user