[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
1 changed files with 1 additions and 0 deletions

View File

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