From 18583af315029547fee5e6093e0b399e5a39e89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9luchu?= Date: Tue, 9 Mar 2021 11:10:41 +0100 Subject: [PATCH] v3.4.6 - Fix YouTube Call --- README.md | 2 +- package.json | 2 +- src/api/urls.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6944d58..46a4134 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **Aruppi API** (v3.4.5) +# **Aruppi API** (v3.4.6) > This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture > diff --git a/package.json b/package.json index 355673b..b043dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aruppi", - "version": "3.4.5", + "version": "3.4.6", "description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app", "main": "./src/api/api.js", "scripts": { diff --git a/src/api/urls.js b/src/api/urls.js index 8964438..06bf744 100644 --- a/src/api/urls.js +++ b/src/api/urls.js @@ -3,7 +3,7 @@ module.exports = { BASE_ANIMEFLV: 'https://animeflv.net/', BASE_JKANIME: 'https://jkanime.net/', BASE_ANIMEFLV_JELU: 'https://aruppi.jeluchu.xyz/apis/animeflv/v1/', - BASE_YOUTUBE: 'https://aruppi.jeluchu.xyz/apis/youtube/v3/search?channelId=', + BASE_YOUTUBE: 'https://aruppi.jeluchu.xyz/api/Youtube/?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/',