-
-
Notifications
You must be signed in to change notification settings - Fork 995
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] Add support for Scraps-galleries #168
Comments
No, you didn't do anything wrong. gallery-dl uses the OAuth2 API for basically everything, but I still haven't figured out how to get it to produce a list of all scraps. |
Huh. Okay, thanks for the info. |
Not sure, but isn't scraps something like drafts, basically? i.e. "unreleased" gallery items? |
No, "scraps" are not "drafts". I can see where the confusion comes from. Stash is where you upload your non-public drafts (or abuse it as a generic image hosting service). Scraps are public submissions the artist has deemed to be of lower quality than their usual work, but still show up in your feed (though you can turn them on/off on an artist-by-artist basis). The thing is, quality is relative to the artist, and there are a lot of "scraps" I wouldn't want to miss. ;-) |
Oh! Thanks! :D After you said you hadn't had any luck figuring out the problem before, I didn't actually expect this to be solved! I was honestly about to code an HTML-scrapper that would've parsed the individual gallery pages for artwork-page links (i.e. get all links containing "deviantart.com" and "/art/"), to input them into gallery-dl, and get the scraps that way. But your solution is better. ^_^ |
Now I hate to be "that guy", but I have another possible feature request... ^_^;; I did try to look into the problem myself... but, well. Uhm. I have zero python experience. ._.;; |
This should probably be automatic |
I must say I am impressed with the versatility of the deviantArt downloader here!
It supports groups, folders, favorites, even journals and text-submissions.
...But it doesn't support scraps?
gallery-dl.exe https://www.deviantart.com/cryptid-creations/gallery/?catpath=scraps
[gallery-dl][error] No suitable extractor found for 'https://www.deviantart.com/cryptid-creations/gallery/?catpath=scraps'
Even the legacy URL-format doesn't work. ( https://cryptid-creations.deviantart.com/gallery/?catpath=scraps )
Internally, scraps work the same as the regular gallery, so I'm a bit confused why that isn't supported.
Or did I do something wrong?
It actually is supported and I just need to modify the link in some way??
The text was updated successfully, but these errors were encountered: