[downloader:http] add MIME types for .psd files (closes #714)

This commit is contained in:
Mike Fährmann
2020-04-29 23:01:42 +02:00
parent fc3e54275b
commit 19a7afdd9b

View File

@@ -243,6 +243,10 @@ MIMETYPE_MAP = {
"image/webp": "webp",
"image/svg+xml": "svg",
"image/vnd.adobe.photoshop": "psd",
"image/x-photoshop": "psd",
"application/x-photoshop": "psd",
"video/webm": "webm",
"video/ogg": "ogg",
"video/mp4": "mp4",