[downloader/ffmpeg] Fix vtt download with ffmpeg

pull/1386/head
pukkandan 3 years ago
parent 08438d2ca5
commit abad800058
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

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

Loading…
Cancel
Save