mirror of https://github.com/aruppi/aruppi-api.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
838 B
JavaScript
16 lines
838 B
JavaScript
module.exports = {
|
|
BASE_ARUPPI: 'https://aruppi.jeluchu.xyz/',
|
|
BASE_ANIMEFLV: 'https://animeflv.net/',
|
|
BASE_ANIMEFLV_JELU: 'https://aruppi.jeluchu.xyz/apis/animeflv/v1/',
|
|
BASE_YOUTUBE: 'https://aruppi.jeluchu.xyz/apis/youtube/v3/search?channelId=',
|
|
BASE_JIKAN: 'https://aruppi.jeluchu.xyz/apis/jikan/v3/',
|
|
BASE_IVOOX: 'https://www.ivoox.com/podcast-anitakume_fg_f1660716_filtro_1.xml',
|
|
BASE_KUDASAI: 'https://somoskudasai.com/feed/',
|
|
BASE_PALOMITRON: 'https://elpalomitron.com/category/animemanga/feed/',
|
|
BASE_RAMENPARADOS: 'https://ramenparados.com/category/noticias/anime/feed/',
|
|
BASE_CRUNCHYROLL: 'https://www.crunchyroll.com/newsrss?lang=esES',
|
|
SEARCH_URL: 'https://animeflv.net/browse?q=',
|
|
BASE_EPISODE_IMG_URL: 'https://cdn.animeflv.net/screenshots/',
|
|
BASE_QWANT: 'https://api.qwant.com/search/images?'
|
|
};
|