mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
8 lines
311 B
Python
8 lines
311 B
Python
from yt_dlp.utils.networking import random_user_agent
|
|
|
|
ALLANIME_BASE = "allanime.day"
|
|
ALLANIME_REFERER = "https://allanime.to/"
|
|
ALLANIME_API_ENDPOINT = "https://api.{}/api/".format(ALLANIME_BASE)
|
|
USER_AGENT = random_user_agent()
|
|
SERVERS_AVAILABLE = ["sharepoint", "dropbox", "gogoanime", "weTransfer", "wixmp"]
|