1
0
Fork 0

Merge branch 'ytdl-org-master'

This commit is contained in:
Unknown 2020-09-12 05:08:57 +02:00
commit 39e7107d7f
15 changed files with 495 additions and 290 deletions

View file

@ -4199,6 +4199,7 @@ def mimetype2ext(mt):
'vnd.ms-sstr+xml': 'ism',
'quicktime': 'mov',
'mp2t': 'ts',
'x-wav': 'wav',
}.get(res, res)