This commit is contained in:
Ashley 2022-11-06 16:14:03 +01:00
parent 863bc52f41
commit 1931afd8df

View file

@ -393,7 +393,7 @@ app.get("/channel/", async (req, res) => {
//videos //videos
const channel = await modules.fetch( 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 c = await channel.text();
const tj = JSON.parse(modules.toJson(c)); const tj = JSON.parse(modules.toJson(c));