change api url lool

This commit is contained in:
Ashley 2023-01-12 15:40:10 +00:00
parent cbf1a1096d
commit 15411b4742

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