Browse Source

[utils] add sami mimetype to mimetype2ext

master-ytdl-org
Remita Amine 7 years ago
parent
commit
d4f05d4731
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/utils.py

+ 1
- 0
youtube_dl/utils.py View File

@ -2350,6 +2350,7 @@ def mimetype2ext(mt):
'ttml+xml': 'ttml',
'x-flv': 'flv',
'x-mp4-fragmented': 'mp4',
'x-ms-sami': 'sami',
'x-ms-wmv': 'wmv',
'mpegurl': 'm3u8',
'x-mpegurl': 'm3u8',


Loading…
Cancel
Save