JuanjoSalvador / NyaaPy

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

Make some params optionals #14

Closed JuanjoSalvador closed 6 years ago

JuanjoSalvador commented 6 years ago

search() takes 5 parameters, and all of them are mandatory.

The issue here is, search() needs to assign the value 0 for each integer parameter if its value is None.