12 lines
245 B
Python
12 lines
245 B
Python
from NyaaPy import Pantsu, Nyaa
|
|
from pprint import pprint
|
|
|
|
# pantsu = Pantsu()
|
|
nyaa = Nyaa()
|
|
pprint(nyaa.last_uploads(5))
|
|
|
|
"""
|
|
print(pantsu.search(keyword='koe no katachi',
|
|
lang=["es", "ja"], category=[1, 3]))
|
|
"""
|