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