1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

[downloader/ffmpeg] Fix vtt download with ffmpeg

This commit is contained in:
pukkandan 2021-10-26 20:12:30 +05:30
parent 08438d2ca5
commit abad800058
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

View File

@ -41,6 +41,7 @@
'ts': 'mpegts',
'wma': 'asf',
'wmv': 'asf',
'vtt': 'webvtt',
}
ACODECS = {
'mp3': 'libmp3lame',