Skip to content

Commit

Permalink
[downloader:http] add MIME types for .psd files (closes #714)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Apr 29, 2020
1 parent fc3e542 commit 19a7afd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gallery_dl/downloader/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ def check_extension(file, extension):
"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",
Expand Down

0 comments on commit 19a7afd

Please sign in to comment.