mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
[scraper] updates kitsu addon url
This commit is contained in:
parent
83ef6e09af
commit
cd9530bfa7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ const { cacheWrapImdbId, cacheWrapKitsuId, cacheWrapMetadata } = require('./cach
|
|||
const { Type } = require('./types');
|
||||
|
||||
const CINEMETA_URL = 'https://v3-cinemeta.strem.io';
|
||||
const KITSU_URL = 'https://anime-kitsu.now.sh';
|
||||
const KITSU_URL = 'https://kitsu-anime.now.sh';
|
||||
const TIMEOUT = 20000;
|
||||
|
||||
function getMetadata(id, type = Type.SERIES) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue