-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Feature request .chapter-filter only download the newest X chapters. #149
Comments
|
Hello, I'm trying to figure out how to make this work, when I use --list-keywords it prints the following:
However I can't quite figure out what to do with this information
Since you mentioned the CLI input, I guess the workaround this would be to download the manga directly from the console which I am sure I can figure out how to make a batch file that cycles through the links. However I am unable to figure out how to use those tags to create an array of chapters. Any help would be greatly appreciated. |
There is currently no way to get the last 3 chapters of a manga - in general, at least. If you know the last chapter number you downloaded, lets say 40, you can use The Possible solutions to implement:
I guess I'll go with the first one for right now. Should be the easiest one to implement. |
Setting it to `true` will start with the latest chapter instead of the first one.
Done. Set
|
Thank you so much! godbless! It works just as I wanted! |
I dont know if this is a feature already implemented or not, I want to for example download the newest 3 chapters of each manga on a list.
I've tried -3, 3, 3-, etc. But it wont just download the last 3 from the array
The text was updated successfully, but these errors were encountered: