Skip to content
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

While searching, community playlists has key itemCount populated with the views of the playlist #707

Open
Utkarsh-vishnoi opened this issue Dec 29, 2024 · 1 comment

Comments

@Utkarsh-vishnoi
Copy link

Utkarsh-vishnoi commented Dec 29, 2024

Describe the bug
While running the search, The JSON payload generated for the community playlists has key itemCount but it's displaying the views of the playlist. Please fix this.

To Reproduce
Steps to reproduce the behavior:

  1. Executed ytmusic.search('eminem')
  2. Excerpt from the JSON response for category as Community Playlists.
{
    "category": "Community playlists",
    "resultType": "playlist",
    "title": "Every Eminem Song",
    "itemCount": "23M",          <-------- This is incorrect
    "author": "C0d0ps",
    "browseId": "VLPL813690032BF2CE3C"
 }

Additional context
I have not setup authentication and directly using the API. My country is India FYI.

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

2 participants
@Utkarsh-vishnoi and others