change api url lool

This commit is contained in:
Ashley 2023-01-12 15:40:10 +00:00
parent e28b59cca0
commit 8a95209a1f

View file

@ -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);