X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/0626de37fa3331c654d4affae363132a0d766ffb..refs/heads/master:/youtube_dl/utils.py diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index d1eca37..01d9c03 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -4198,6 +4198,7 @@ def mimetype2ext(mt): 'vnd.ms-sstr+xml': 'ism', 'quicktime': 'mov', 'mp2t': 'ts', + 'x-wav': 'wav', }.get(res, res)