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