Update nyaa.py

This commit is contained in:
solimm4sks
2023-02-01 02:43:14 +01:00
committed by GitHub
parent e51298c844
commit 436962a2b4

View File

@@ -22,7 +22,7 @@ class Nyaa:
)
return torrent.json_to_class(json_data)
def search(self, keyword, **kwargs): # somth
def search(self, keyword, **kwargs):
url = self.URL
user = kwargs.get('user', None)