-
-
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
Nijie 429 Too Many Pull Requests #5221
Comments
Try using the |
|
It took a bit to get it to work because I'm not very good at editing these files but a sleep-request of 6 seems to work perfectly fine. A bit slow but I really can't complain. Unsure if a shorter sleep request would also work but I'm patient enough to not be bothered with the wait. While I have you here, what do I put to let gallery-dl download each nijie post into a separate individual folder? |
Something like this, for example: {
"filename": "{num}.{extension}",
"directory": ["{category}", "{user_id}", "{image_id}"],
"sleep-request": 6
} You can see default settings with |
Alright, thanks for all the help! |
When I run a command for Nijie.Info on an account, it will run for a while before returning
[nijie][error] HttpError: '429 Too Many Pull Requests' for 'https://nijie.info/view.php?id=xxxxxx'
At this point, it will no longer download any more files. It does this consistently at the same point irregardless of how much time has passed and it only makes it through approx 2 pages before returning the error.
Is there a way to circumvent this error? I believe setting it to download specific pages each time might help but I do not know how to do this myself.
The text was updated successfully, but these errors were encountered: