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
For version 36, currently unable to run the command with --parts n: as per the example below.
jncep epub --output ./books --parts 1: --byvolume --images https://j-novel.club/series/the-great-cleric
*** An unrecoverable error occured *** '>=' not supported between instances of 'int' and 'str'
*** An unrecoverable error occured ***
'>=' not supported between instances of 'int' and 'str'
The text was updated successfully, but these errors were encountered:
e34f013
Thank you for your feedback.
There was indeed a bug. I corrected it and added some unit tests so hopefully every case is covered.
I will make a new release soon (but I want to add an additional feature so it may be a few days) so in the meantime you can use :
1.1:
:
--parts
instead of 1: if you want to make it work (I assume you want the whole series).
1:
Sorry, something went wrong.
No branches or pull requests
For version 36, currently unable to run the command with --parts n: as per the example below.
jncep epub --output ./books --parts 1: --byvolume --images https://j-novel.club/series/the-great-cleric
*** An unrecoverable error occured ***
'>=' not supported between instances of 'int' and 'str'
The text was updated successfully, but these errors were encountered: