[utils] mimetype2ext: Recognize more srt types (#15411)
Authored by: seproDev
This commit is contained in:
parent
6b23305822
commit
c0a7c594a9
1 changed files with 2 additions and 0 deletions
|
|
@ -3004,6 +3004,8 @@ def mimetype2ext(mt, default=NO_DEFAULT):
|
|||
'ttaf+xml': 'dfxp',
|
||||
'ttml+xml': 'ttml',
|
||||
'x-ms-sami': 'sami',
|
||||
'x-subrip': 'srt',
|
||||
'x-srt': 'srt',
|
||||
|
||||
# misc
|
||||
'gzip': 'gz',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue