Skip to content

Playlist search does not work #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
NetheriteMiner opened this issue Nov 27, 2024 · 0 comments
Open

Playlist search does not work #5

NetheriteMiner opened this issue Nov 27, 2024 · 0 comments

Comments

@NetheriteMiner
Copy link

NetheriteMiner commented Nov 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant