8 lines
198 B
Python
8 lines
198 B
Python
from nyaapy.anime_site import AnimeTorrentSite
|
|
from nyaapy.torrent import TorrentSite
|
|
|
|
|
|
class SukebeiNyaa(AnimeTorrentSite):
|
|
SITE = TorrentSite.SUKEBEINYAASI
|
|
URL = "https://sukebei.nyaa.si"
|