From 39e7107d7f4553d48e0172724729b0a8ef73d7ed Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 12 Sep 2020 05:08:57 +0200 Subject: Merge branch 'ytdl-org-master' --- youtube_dlc/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dlc/utils.py') diff --git a/youtube_dlc/utils.py b/youtube_dlc/utils.py index 7dafacac2..32b179c6f 100644 --- a/youtube_dlc/utils.py +++ b/youtube_dlc/utils.py @@ -4199,6 +4199,7 @@ def mimetype2ext(mt): 'vnd.ms-sstr+xml': 'ism', 'quicktime': 'mov', 'mp2t': 'ts', + 'x-wav': 'wav', }.get(res, res) -- cgit v1.2.3