-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 Extractor will not download folders indicated in URL file. #424
Comments
The In your case the user profile request failed because of a You should follow the instructions here to get your own client-id and -secret, so you won't get as many |
Thank you for the prompt reply @mikf. I am already using my own client-id and -secret, but am still getting numerous 429 errors. Could it be syntax related? Here is my gallery-dl.conf:
|
It's |
Ahh, my mistake. Fixed that just now. The 429's appear to have settled down (for now). Thanks. |
I appear to be having issues regarding the Deviantart Extractor portion of this program. My list of URLs that I have configured for this program either download from the All folders or the scraps folders.
Example:
https://www.deviantart.com/someartisthere/gallery/?catpath=/ https://www.deviantart.com/anotherartisthere/gallery/?catpath=scraps
However, here recently, the program ignores these urls and defaults to the Featured Extractor.
Example:
https://www.deviantart.com/someartisthere/gallery/?catpath=/ #program decides to instead use the url at https://www.deviantart.com/someartisthere/gallery/?catpath=featured/
At first, I thought it might be an issue regarding the 429 errors from rate limiting. It appears to be an at random issue for me, though, with or without the 429 errors. Don't know if this is a reoccurring issue or not, so if this is already posted here, I apologize.
Thanks.
(My gallery-dl.conf file accounts for the rate limiting for the most part with sleep and wait functions, and I even have my own private access key, if that helps)
Verbose output:
The text was updated successfully, but these errors were encountered: