-
-
Notifications
You must be signed in to change notification settings - Fork 996
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
exhentai download limit is not recognized #141
Comments
in account setting you have ability to reset limit with GP (received by upload contents) use it |
there is no reason for gallery-dl to not recognize this proper and act accordingly |
I've never really used that site before except for some tests long ago, is that some recent change? Or has this limit been in place for quite some time now? If yes, strange that this has not been noticed before. |
maybe the thresholds have been changed, but restrictions were in place even a long time ago, but might have been a different implementation? dunno sorry. |
can be turned off with the `exhentai.limits' option
Image download limits are now recognized and extraction will stop if they are exceeded. The error message will provide an URL of the current image page that can be used to resume downloading at that point. For reference, image limits are explained in detail here: https://ehwiki.org/wiki/My_Home |
exhentai enforces strict limits on how much you can download on a daily basis. When the limit is reached all picture links will redirect to a html, which states the limit has been exceeded. gallery-dl does not recognize this happening and continues to download these htmls. Even worse, it will write these into the sql as a successful download of the images. This way gallery-dl is pretty much useless to download more than a single album at a time on exhentai
The text was updated successfully, but these errors were encountered: