Skip to content

Commit

Permalink
Merge pull request #19 from tfvlrue/master
Browse files Browse the repository at this point in the history
[soundcloud] Resolve audio/x-wav
  • Loading branch information
blackjack4494 authored Aug 31, 2020
2 parents 1e42995 + ba39289 commit fbfeb7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbfeb7c

Please sign in to comment.