Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deviantart.original config option doesn't work #6124

Closed
Skyofflad opened this issue Sep 2, 2024 · 4 comments
Closed

deviantart.original config option doesn't work #6124

Skyofflad opened this issue Sep 2, 2024 · 4 comments

Comments

@Skyofflad
Copy link

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
Copy link
Owner

mikf commented Sep 2, 2024

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

if self.original != "image":

@Skyofflad
Copy link
Author

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

@mikf
Copy link
Owner

mikf commented Sep 3, 2024

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
Copy link

Like I had suggested at some earlier point #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants