Skip to content

Commit

Permalink
[downloader/ffmpeg] Fix vtt download with ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Oct 26, 2021
1 parent 08438d2 commit abad800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt_dlp/postprocessor/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'ts': 'mpegts',
'wma': 'asf',
'wmv': 'asf',
'vtt': 'webvtt',
}
ACODECS = {
'mp3': 'libmp3lame',
Expand Down

0 comments on commit abad800

Please sign in to comment.