1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +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', 'ts': 'mpegts',
'wma': 'asf', 'wma': 'asf',
'wmv': 'asf', 'wmv': 'asf',
'vtt': 'webvtt',
} }
ACODECS = { ACODECS = {
'mp3': 'libmp3lame', 'mp3': 'libmp3lame',