Merge pull request #17 from JuanjoSalvador/no-pantsu-branch

No pantsu branch
This commit is contained in:
Juan José Salvador Piedra
2017-10-14 13:15:44 +02:00
committed by GitHub
6 changed files with 15 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
# NyaaPy
Unofficial Python module to search into Nyaa.si and nyaa.pantsu.cat.
Unofficial Python module to search into Nyaa.si
Supports Python 3+
@@ -23,7 +23,7 @@ Install it using pip.
## Example
```python
from NyaaPy import Nyaa, NyaaPantsu
from NyaaPy import Nyaa
nyaa_query = Nyaa.search(keyword='koe no katachi 1080', category=1, subcategory=0, filters=0, page=0)