mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 07:25:55 -08:00
5 lines
229 B
Python
5 lines
229 B
Python
SERVERS_AVAILABLE = ["sharepoint", "dropbox", "gogoanime", "weTransfer", "wixmp", "Yt"]
|
|
ALLANIME_BASE = "allanime.day"
|
|
ALLANIME_REFERER = "https://allanime.to/"
|
|
ALLANIME_API_ENDPOINT = "https://api.{}/api/".format(ALLANIME_BASE)
|