Skip to content

Commit

Permalink
[downloader:http] add another MIME type for '.rar' files (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Mar 1, 2020
1 parent ce5e2a5 commit adcd7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/downloader/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def check_extension(file, extension):
"application/zip": "zip",
"application/x-zip": "zip",
"application/x-zip-compressed": "zip",
"application/rar": "rar",
"application/x-rar": "rar",
"application/x-rar-compressed": "rar",
"application/x-7z-compressed": "7z",
Expand Down

0 comments on commit adcd7cb

Please sign in to comment.