aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/ffmpeg.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2023-01-03 08:05:45 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2023-01-03 11:25:01 +0530
commitd80ca5deaa46db6e498399bb04a72a4c10ee8e22 (patch)
tree4662f20ede667aa5ab7ffee13d36a24c61c65cf2 /yt_dlp/postprocessor/ffmpeg.py
parent1a3cd8ec35f05bf016123f9ea456d28d0e86302a (diff)
downloadhypervideo-pre-d80ca5deaa46db6e498399bb04a72a4c10ee8e22.tar.lz
hypervideo-pre-d80ca5deaa46db6e498399bb04a72a4c10ee8e22.tar.xz
hypervideo-pre-d80ca5deaa46db6e498399bb04a72a4c10ee8e22.zip
[utils] `mimetype2ext`: weba is not standard
Fix bug in fbb73833067ba742459729809679a62f34b3e41e, 2647c933b8ed22f95dd8e9866c4db031867a1bc8 Closes #5935
Diffstat (limited to 'yt_dlp/postprocessor/ffmpeg.py')
-rw-r--r--yt_dlp/postprocessor/ffmpeg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/postprocessor/ffmpeg.py b/yt_dlp/postprocessor/ffmpeg.py
index 9b70d749f..5acd75376 100644
--- a/yt_dlp/postprocessor/ffmpeg.py
+++ b/yt_dlp/postprocessor/ffmpeg.py
@@ -44,6 +44,7 @@ EXT_TO_OUT_FORMATS = {
'ts': 'mpegts',
'wma': 'asf',
'wmv': 'asf',
+ 'weba': 'webm',
'vtt': 'webvtt',
}
ACODECS = {