mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
reduce requested catalog page size
This commit is contained in:
parent
63cb307760
commit
fb46d7e00e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const { Type } = require('../../addon/lib/types');
|
|||
const CINEMETA_URL = 'https://v3-cinemeta.strem.io';
|
||||
const KITSU_URL = 'https://anime-kitsu.strem.fun';
|
||||
const TIMEOUT = 30000;
|
||||
const MAX_SIZE = 50;
|
||||
const MAX_SIZE = 40;
|
||||
|
||||
function getMetas(ids, type) {
|
||||
if (!ids.length || !type) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue