Files
FastAnime/fastanime/libs/anime_provider/__init__.py
2024-08-17 15:17:53 +03:00

14 lines
219 B
Python

anime_sources = {
"allanime": "api.AllAnimeAPI",
"animepahe": "api.AnimePaheApi",
}
SERVERS_AVAILABLE = [
"sharepoint",
"dropbox",
"gogoanime",
"weTransfer",
"wixmp",
"kwik",
"Yt",
]