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

Closed
Utkarsh-vishnoi opened this issue Dec 29, 2024 · 1 comment
Labels
invalid This doesn't seem right

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.

@sigma67 sigma67 added the invalid This doesn't seem right label Jan 17, 2025
@sigma67
Copy link
Owner

sigma67 commented Jan 17, 2025

cannot reproduce

@sigma67 sigma67 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants
@Utkarsh-vishnoi @sigma67 and others