Files
FastAnime/fastanime/libs/anime_provider/allanime/constants.py

6 lines
298 B
Python

ALLANIME_BASE = "allanime.day"
ALLANIME_REFERER = "https://allanime.to/"
ALLANIME_API_ENDPOINT = "https://api.{}/api/".format(ALLANIME_BASE)
USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
SERVERS_AVAILABLE = ["sharepoint", "dropbox", "gogoanime", "weTransfer"]