Skip to content

Commit 736ff79

Browse files
committed
Update qwant api url
1 parent 2b4e3d0 commit 736ff79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aruppi",
3-
"version": "4.1.8",
3+
"version": "4.1.9",
44
"description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
55
"main": "./src/api/api.ts",
66
"scripts": {

src/utils/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
ANIMEFLV_SEARCH: 'https://animeflv.net/browse?',
1818
SEARCH_DIRECTORY: 'https://animeflv.net/browse?order=title&page=',
1919
BASE_EPISODE_IMG_URL: 'https://cdn.animeflv.net/screenshots/',
20-
BASE_QWANT: 'https://api.qwant.com/search/images?',
20+
BASE_QWANT: 'https://api.qwant.com/v3/search/images?',
2121
REDDIT_ANIMETHEMES: 'https://reddit.com/r/AnimeThemes/wiki/',
2222
BASE_THEMEMOE: 'https://themes.moe/api/',
2323
BASE_ARUPPI_MONOSCHINOS: 'https://aruppi.jeluchu.xyz/apis/monoschinos/',

0 commit comments

Comments
 (0)