aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/utils.py
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-09-01 00:13:48 +0200
committerUnknown <blackjack4494@web.de>2020-09-01 00:13:48 +0200
commit2b5a93600c4d43922a2d3e1a1e71dec1473dff55 (patch)
treefdf89483f2f4882eb10a8ba063554ba2869d1190 /youtube_dl/utils.py
parent992083bd730d7c5bd5c46dd4909346acc6357cbb (diff)
parentfbfeb7c74a8d672337ce1ddb295fc5238a1558ac (diff)
downloadhypervideo-pre-2b5a93600c4d43922a2d3e1a1e71dec1473dff55.tar.lz
hypervideo-pre-2b5a93600c4d43922a2d3e1a1e71dec1473dff55.tar.xz
hypervideo-pre-2b5a93600c4d43922a2d3e1a1e71dec1473dff55.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'youtube_dl/utils.py')
-rw-r--r--youtube_dl/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
index d1eca3760..c73f5e0ca 100644
--- a/youtube_dl/utils.py
+++ b/youtube_dl/utils.py
@@ -4173,6 +4173,7 @@ def mimetype2ext(mt):
# Per RFC 3003, audio/mpeg can be .mp1, .mp2 or .mp3. Here use .mp3 as
# it's the most popular one
'audio/mpeg': 'mp3',
+ 'audio/x-wav': 'wav',
}.get(mt)
if ext is not None:
return ext