mp4 audio
parent
4f10129c5a
commit
72346c59fb
|
@ -25,6 +25,7 @@ known_mimes = {"image/png",
|
|||
"image/gif",
|
||||
"application/octet-stream-xmp",
|
||||
"image/x-canon-cr2",
|
||||
"audio/mp4",
|
||||
"video/mp4",
|
||||
"video/quicktime"}
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ def mime2ext(mime):
|
|||
"image/gif": "gif",
|
||||
"application/octet-stream-xmp": "xmp",
|
||||
"image/x-canon-cr2": "cr2",
|
||||
"audio/mp4": "mp4",
|
||||
"video/mp4": "mp4",
|
||||
"video/quicktime": "mov"}[mime]
|
||||
|
||||
|
|
Loading…
Reference in New Issue