diff options
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index d02b0bac0..a0ae12aea 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -3529,7 +3529,7 @@ def mimetype2ext(mt, default=NO_DEFAULT): # Per RFC 3003, audio/mpeg can be .mp1, .mp2 or .mp3. # Using .mp3 as it's the most popular one 'audio/mpeg': 'mp3', - 'audio/webm': 'weba', + 'audio/webm': 'webm', 'audio/x-matroska': 'mka', 'audio/x-mpegurl': 'm3u', 'midi': 'mid', |