mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
change api url lool
This commit is contained in:
parent
e28b59cca0
commit
8a95209a1f
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