This commit is contained in:
Juan José Salvador
2018-03-08 23:49:27 +01:00
parent 1e2ba25882
commit fbdd79bd52
3 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
from NyaaPy import Pantsu
from NyaaPy import Pantsu, Nyaa
pantsu = Pantsu()
nyaa = Nyaa()
print(pantsu.search(keyword='koe no katachi', lang=["es", "ja"], category=[1, 3]))
#print(pantsu.search(keyword='koe no katachi', lang=["es", "ja"], category=[1, 3]))
print(nyaa.search(keyword='yuru camp'))