mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 07:25:55 -08:00
14 lines
219 B
Python
14 lines
219 B
Python
anime_sources = {
|
|
"allanime": "api.AllAnimeAPI",
|
|
"animepahe": "api.AnimePaheApi",
|
|
}
|
|
SERVERS_AVAILABLE = [
|
|
"sharepoint",
|
|
"dropbox",
|
|
"gogoanime",
|
|
"weTransfer",
|
|
"wixmp",
|
|
"kwik",
|
|
"Yt",
|
|
]
|