-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello, i tried to get the short and playlist data of many channels, but i got an empty array output as in the ss below. I left the code i used below in case you want to review it, good day.
const { Client } = require('youtubei');
const youtube = new Client();
const run = async () => {
const a = await youtube.getChannel('UCJLOwrktwJjwdJPwSTxUqZQ');
await a.videos.next(); // Works
await a.live.next() // Works
console.log(await a.shorts.next());
console.log(await a.playlists.next());
};
run();
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working