[GH-ISSUE #769] Support new monthly audience metric #491

Closed
opened 2026-02-27 23:01:06 +03:00 by kerem · 2 comments
Owner

Originally created by @sigma67 on GitHub (May 5, 2025).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/769

Originally assigned to: @kaneryu on GitHub.

Is your feature request related to a problem? Please describe.

Popular channels replace subscribers with monthly audience metric

https://music.youtube.com/channel/UCqJnSdHjKtfsrHi9aI-9d3g

Describe the solution you'd like

Parse monthly audience metric correctly into separate attribute monthlyListens and set subscribers to None as it is replaced in that case

Describe alternatives you've considered

Additional context

To display Monthly Audience your channel must meet requirements:

    Your channel is an [Official Artist Channel](https://support.google.com/youtube/answer/7336634) (OAC).
    Your channel has more than 100,000 subscribers.
    Your channel’s Monthly Audience is over 50,000 listeners.

If your channel does not meet these requirements, it will continue to only display the Subscriber count.
Originally created by @sigma67 on GitHub (May 5, 2025). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/769 Originally assigned to: @kaneryu on GitHub. **Is your feature request related to a problem? Please describe.** Popular channels replace subscribers with monthly audience metric https://music.youtube.com/channel/UCqJnSdHjKtfsrHi9aI-9d3g **Describe the solution you'd like** Parse monthly audience metric correctly into separate attribute `monthlyListens` and set `subscribers` to None as it is replaced in that case **Describe alternatives you've considered** - **Additional context** - https://support.google.com/youtubemusic/answer/15621827?visit_id=638820282146302918-1351610219&p=ytmMonthlyListens&rd=1 - https://9to5google.com/2025/01/07/youtube-music-monthly-audience-metric/ ``` To display Monthly Audience your channel must meet requirements: Your channel is an [Official Artist Channel](https://support.google.com/youtube/answer/7336634) (OAC). Your channel has more than 100,000 subscribers. Your channel’s Monthly Audience is over 50,000 listeners. If your channel does not meet these requirements, it will continue to only display the Subscriber count. ```
kerem 2026-02-27 23:01:06 +03:00
Author
Owner

@kaneryu commented on GitHub (Dec 21, 2025):

It seems that this is now displayed on the side, as opposed to replacing subscribers?

This would be implemented into get_artist, right? I can work on this.

<!-- gh-comment-id:3679167274 --> @kaneryu commented on GitHub (Dec 21, 2025): It seems that this is now displayed on the side, as opposed to replacing subscribers? This would be implemented into get_artist, right? I can work on this.
Author
Owner

@sigma67 commented on GitHub (Dec 22, 2025):

It seems that this is now displayed on the side, as opposed to replacing subscribers?

Yes, it is displayed under the artist name now

This would be implemented into get_artist, right? I can work on this.

Yes! Feel free! :)

<!-- gh-comment-id:3681154108 --> @sigma67 commented on GitHub (Dec 22, 2025): > It seems that this is now displayed on the side, as opposed to replacing subscribers? Yes, it is displayed under the artist name now > This would be implemented into get_artist, right? I can work on this. Yes! Feel free! :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#491
No description provided.