-
-
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
[mangahere] page-reverse results in TypeError: 'generator' object is not reversible #2795
Comments
I can make it work for extractors that have to go page-by-page like mangahere, but that would mean the program sits around for several seconds/minutes doing "nothing" until it collected all pages. Would that be OK? Because I really do not want to write code that actually goes through all website pages in reverse order. |
I use this feature so I can use Besides, I personally mainly use this application via a cronjob that runs as I sleep, and I can assure you I sleep for more than several seconds/minutes. |
Fixed in commit dd3a6a9, but you might want to set a |
Seems to work for me, thanks! |
When trying to use
extractor.mangahere.page-reverse=true
, gallery-dl throws an error for each page instead, like this:(cut after first page)
Can be reproduced with
gallery-dl --verbose --ignore-config --option extractor.mangahere.page-reverse=true https://www.mangahere.cc/manga/an_evil_dragon_that_was_sealed_away_for_300_years_became_my_friend/
The text was updated successfully, but these errors were encountered: