We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GetChapterUrls
GetChapterUrls has a hard-coded limit for pages.
if (prevPage != "" && prevPage == page) || i > 8 { break }
In my case it was not enough. IMHO the current limit is too small and should be raised (or removed).
The text was updated successfully, but these errors were encountered:
I remember the limit was there for a reason, but I can't remember what it was. Have you tried removing it and seeing what breaks?
Sorry, something went wrong.
I removed the limit and everything worked fine. Maybe it's some kind of timeout in case the user uses an invalid URL?
Huh that's interesting. I really want to know what past-me was thinking. Alright, I'll remove the limit in a commit soon.
No branches or pull requests
GetChapterUrls
has a hard-coded limit for pages.In my case it was not enough. IMHO the current limit is too small and should be raised (or removed).
The text was updated successfully, but these errors were encountered: