Files
FastAnime/fastanime/libs/anime_provider/allanime/constants.py
2024-08-21 15:58:01 +03:00

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)