7 lines
175 B
Python
7 lines
175 B
Python
from nyaapy.anime_site import AnimeTorrentSite
|
|
from nyaapy.torrent import TorrentSite
|
|
|
|
|
|
class Nyaa(AnimeTorrentSite):
|
|
SITE = TorrentSite.NYAASI
|
|
URL = "https://nyaa.si" |