mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.36k stars 925 forks source link

deviantart.original config option doesn't work #6124

Open Skyofflad opened 1 week ago

Skyofflad commented 1 week ago

I've set "original" to "images", but gallery-dl still doesn't download preview images for files.

~/gallery-dl> gallery-dl https://www.deviantart.com/caraidart/art/My-Brushes-374231454
artists/CaraidArt deviantart/374231454 My Brushes.abr
mikf commented 1 week ago

The docs say "images" while the actual code checks for "image":

https://github.com/mikf/gallery-dl/blob/57da9ebfb5d53b3e1f729161a199d6f825a72a94/gallery_dl/extractor/deviantart.py#L72

Skyofflad commented 1 week ago

By the way, is it possible to download both the file and the preview?

mikf commented 1 week ago

By the way, is it possible to download both the file and the preview?

No. I guess I could add an option to always download previews.

a-washing-machine commented 23 hours ago

Like I had suggested at some earlier point https://github.com/mikf/gallery-dl/issues/3782 , it would be useful to be able to set "always download previews AND the actual file" for non-image downloads. Say, preview images for flash files, PDF files, SVG-files, ZIP-archives, unknown file formats, etc.

Just exclude actual image-deviations (jpg,jpeg,png,gif,...) from that, since downloading their previews would be redundant.