Update src/libpoketube/init/pages-404-and-main.js

This commit is contained in:
ashley 2025-11-13 21:19:08 +01:00
parent 4b953a1edd
commit cbd6b155fb

View File

@ -47,11 +47,8 @@ module.exports = function (app, config, renderTemplate) {
});
const t = getJson(await invtrend.text());
const invpopular = await fetch(
`https://invid-api.poketube.fun/bHj665PpYhUdPWuKPfZuQGoX/api/v1/popular`,
{ headers: { "User-Agent": config.useragent } }
);
const p = getJson(await invpopular.text());
const p = ""
let j = { results: [], meta: {} };