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