What's Changed
Breaking changes
- Now you can use static classes instead of create objects. See README.
Nyaa.get_user()
has been renamed asget_from_user()
.
Fixes
- Use rss requests for nyaa frontpage by @Euklios in #58
- Update setup.py to add lxml as dependency by @CosmosAtlas in #59
- Support for "sorting" and "order" arguments. by @solimm4sks in #62
- URI referenced before assignment by @sALTaccount in #70
- Sukebei results by @JuanjoSalvador in #75
Features
- Remove NyaaPantsu by @JuanjoSalvador in #73
- Add Poetry support by @JuanjoSalvador in #77
- Add static classes instead of object-based ones by @JuanjoSalvador in #78
New Contributors
- @Euklios made their first contribution in #58
- @CosmosAtlas made their first contribution in #59
- @solimm4sks made their first contribution in #62
- @sALTaccount made their first contribution in #70
Full Changelog: v0.6.3...v0.7.0