Update src/libpoketube/init/pages-404-and-main.js
This commit is contained in:
parent
4b953a1edd
commit
cbd6b155fb
@ -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: {} };
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user