JuanjoSalvador / NyaaPy

Unofficial Python wrapper for Nyaa anime torrent sites
MIT License
47 stars 23 forks source link

Implemented issue #30, the nyaa search now returns a torrent object instead of a dict #52

Closed Hungry-Dolphin closed 3 years ago

Hungry-Dolphin commented 3 years ago

I also changed some of the strings to F strings to make the code simpler to read.

All Tests pass as they should. Feel free to suggest changes or things I could have done better.

JuanjoSalvador commented 3 years ago

You did a really awesome work with this! Thank you!