mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
change api url lool
This commit is contained in:
parent
e28b59cca0
commit
8a95209a1f
@ -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 New Issue
Block a user