Update utils.js
Browse files
utils.js
CHANGED
@@ -219,7 +219,7 @@ let fetchTorrent2 = async (query, type = "series") => {
|
|
219 |
let hostdata = hosts[Math.floor(Math.random() * hosts.length)];
|
220 |
if (!hostdata) return [];
|
221 |
|
222 |
-
let url = `${hostdata.host}/api/v2.0/indexers/all/results?apikey=${hostdata.apiKey}&Query=${query}&Tracker%5B%5D=
|
223 |
|
224 |
const controller = new AbortController();
|
225 |
const TIMEOUT = +process.env.TIMEOUT ?? 5000;
|
|
|
219 |
let hostdata = hosts[Math.floor(Math.random() * hosts.length)];
|
220 |
if (!hostdata) return [];
|
221 |
|
222 |
+
let url = `${hostdata.host}/api/v2.0/indexers/all/results?apikey=${hostdata.apiKey}&Query=${query}&Tracker%5B%5D=btsow&Tracker%5B%5D=torrentz2nz&Tracker%5B%5D=torrentscsv&Category%5B%5D=2000&Category%5B%5D=5000&Category%5B%5D=8000&cache=false`;
|
223 |
|
224 |
const controller = new AbortController();
|
225 |
const TIMEOUT = +process.env.TIMEOUT ?? 5000;
|