mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 15:28:26 +01:00
that that i like that
This commit is contained in:
parent
a38608c2ca
commit
cbf1a1096d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
|
|
||||||
//videos
|
//videos
|
||||||
const a = await modules
|
const a = await modules
|
||||||
.fetch(`${config.invapi}/channels/videos/${ID}/`)
|
.fetch(`https://invidious.weblibre.org/channels/videos/${ID}/`)
|
||||||
.then((res) => res.text());
|
.then((res) => res.text());
|
||||||
|
|
||||||
var tj = await getJson(a);
|
var tj = await getJson(a);
|
||||||
|
|
Loading…
Reference in a new issue