Skip to content

Shorts and Playlists Data Bug #122

@MZRCode

Description

@MZRCode

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions