mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-24 20:10:11 -08:00
13 lines
209 B
Python
13 lines
209 B
Python
anime_sources = {
|
|
"allanime": "api.AllAnimeAPI",
|
|
"animepahe": "api.AnimePaheApi",
|
|
}
|
|
SERVERS_AVAILABLE = [
|
|
"sharepoint",
|
|
"dropbox",
|
|
"gogoanime",
|
|
"weTransfer",
|
|
"wixmp",
|
|
"kwik",
|
|
]
|