Skip to content

Playlist search does not work #5

Description

@Rohan-Sangani

I ran the following code search:

const playlistResults = await ytsr("test", {
    type: 'playlist',
    limit: 10
})

The code runs for a few seconds, before returning the following:

{
    query: 'test',
    items: [],
    results: 268731
}

This occurs regardless of the query, as long as type is set to playlist. If type is video, everything works fine and as normal.

Running the same code on normal ytsr (via their complicated filters system) gave me nothing as well, except after several errors this time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions