- Add Python 3.9 support (Closes Issue #33)
- Add
--player
/-p
flag to open downloaded anime directly with your video player after download is finished - Add a progress bar when searching for anime
- Update download progress bar to use rich's progress bar, which breaks less often and is a lot fancier
- Fix occasional crash when searching for Anime that didn't have some info in their nyaa.si titles
- Add
--client
/-c
flag to open torrent file with default Torrent Client instead of using Libtorrent
- Fix issue with not being able to correctly get resolution from torrent entry title
- Fixed issue where torrent selection was actually in some cases selecting the torrent above the one selected
-
Only show torrent alert messages in debug mode (
--debug
) (Closes Issue#25
) -
Add argument to search for only trusted torrents
-t
(--trusted
) (Closes Issue#26
) -
Add argument alias for
--debug
(-d
) -
Removed off-switch for
--debug
flag (used to be--no-debug
). It's already off by default so it was an useless argument -
Add option to sort by different values other than seeders with
--sort-by
(-s
). (Closes Issue#27
). See linked issue to see options available.
- Add argument
-n
(--number
, default = 10) to specify the number of entries to select from (#24
)
- Fix issue when searching for specific episode numbers
(f1ac2e9)
-
Update PyInquirer to forked version to fix issue with searching for Anime with broken 'regex' package
(4346468)
-
Switch PyInquirer entirely with questionary
(f388427)
(Closes Issue #20)
- Fix issue where selecting no Episodes when searching barely got any selections
(697978b)
- Add published date next to Episode selection entries
(697978b)
- Add Windows Support
(b609d2f)
(Closes Issue #10) - Fix Entries in list re-appearing
(b609d2f)
(Closes Issue #7) - Can now exit gracefully from List of entries with Ctrl + C
(b609d2f)
(Closes Issue #4)
- Terminal now clears after anime entry selection and after Video download ends
(d9b0423)
- Added the
nyaa
alias to thenyaa-cli
command(2ca861b)
- Added the
nyaa-cli
command and uploaded the CLI to PyPi(7dae039)
- Added CLI Interface for downloading anime from nyaa.si
(7431796)