mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
[downloader:http] add MIME types for .psd files (closes #714)
This commit is contained in:
parent
fc3e54275b
commit
19a7afdd9b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user