diff --git a/server.js b/server.js index 37edfaad..dad58964 100644 --- a/server.js +++ b/server.js @@ -393,7 +393,7 @@ app.get("/channel/", async (req, res) => { //videos const channel = await modules.fetch( - config.tubeApi + `channel?id=${ID}&tab=videos&Continuation=${continuation}` + config.tubeApi + `channel?id=${ID}&tab=shorts&Continuation=${continuation}` ); const c = await channel.text(); const tj = JSON.parse(modules.toJson(c));