change api url lool

This commit is contained in:
Ashley 2023-02-04 16:21:20 +00:00
parent bd4534ab0c
commit cb6904d344

View file

@ -40,7 +40,7 @@ module.exports = function (app, config, renderTemplate) {
if (!req.query.tab) var tab = ""; if (!req.query.tab) var tab = "";
const invtrend = await modules const invtrend = await modules
.fetch(`https://invidious.privacydev.net/api/v1/trending${tab}`) .fetch(`https://inv.zzls.xyz/api/v1/trending${tab}`)
.then((res) => res.text()); .then((res) => res.text());
const t = getJson(invtrend); const t = getJson(invtrend);