Input Episode Range(s) from episodes 1 to 12: 8-12
anipy-cli: error: invalid range: 8-12
To Reproduce
Steps to reproduce the behavior:
Run anipy-cli -D
Search for any anime show
After dub selection it asks for range. Input a selection starting from a single digit and ending at a double digit, e.g. 8-12.
Expected behavior
Download should start. No error should be thrown.
Info
Post your output of pip show anipy-cli
I ran anipy-cli from cloned gitrepo (flake.nix / shell.nix) so no pip output available
anipy-cli version: 3.1.5
Platform
OS: NixOS
Additional context
Workaround: Type 08-12 which makes it single digit with preceding 0.
Describe the bug Following error appears:
To Reproduce Steps to reproduce the behavior:
anipy-cli -D
8-12
.Expected behavior Download should start. No error should be thrown.
Info Post your output of
pip show anipy-cli
I ran anipy-cli from cloned gitrepo (flake.nix / shell.nix) so no pip output available anipy-cli version: 3.1.5Platform
Additional context Workaround: Type
08-12
which makes it single digit with preceding 0.