Files
FastAnime/fastanime/libs/anime_provider/yugen/constants.py
2024-11-13 20:53:18 +03:00

6 lines
129 B
Python

YUGEN_ENDPOINT: str = "https://yugenanime.tv"
SEARCH_URL = YUGEN_ENDPOINT + "/api/discover/"
SERVERS_AVAILABLE = ["gogoanime"]