mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-13 13:27:26 -08:00
5 lines
225 B
Python
5 lines
225 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"
|