[scraper] updates kitsu addon url

This commit is contained in:
TheBeastLT
2020-03-23 14:16:28 +01:00
parent 83ef6e09af
commit cd9530bfa7

View File

@@ -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) {