[GH-ISSUE #226] Find Subscribed Artists #175

Closed
opened 2026-02-27 22:08:27 +03:00 by kerem · 2 comments
Owner

Originally created by @sir01g on GitHub (Sep 19, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/226

How can I get my subscribed artist. The get_library_artists() doesn't do that.
If I use get_library_artists() it give me fantom 'artists' which isn't exists but at least on song in my library has that as the artist. For example it gives '50 & 50 Brothers' because in my library (from the old Google Play library I guess) there's a song with this fantom artist.
When I apply get_artist() for this '50 & 50 Brothers' I get an error. If I search this 'artist' on Youtube Music I find the sing I have in my library, but not the artist, so it does not exist indeed.

What I want is the list of the artist I subscribed. Then I can search throu these artist for new releases with get_artist()...
Which method I can use for it instead of get_library_artists()?

Originally created by @sir01g on GitHub (Sep 19, 2021). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/226 How can I get my subscribed artist. The get_library_artists() doesn't do that. If I use get_library_artists() it give me fantom 'artists' which isn't exists but at least on song in my library has that as the artist. For example it gives '50 & 50 Brothers' because in my library (from the old Google Play library I guess) there's a song with this fantom artist. When I apply get_artist() for this '50 & 50 Brothers' I get an error. If I search this 'artist' on Youtube Music I find the sing I have in my library, but not the artist, so it does not exist indeed. What I want is the list of the artist I subscribed. Then I can search throu these artist for new releases with get_artist()... Which method I can use for it instead of get_library_artists()?
kerem closed this issue 2026-02-27 22:08:27 +03:00
Author
Owner

@sir01g commented on GitHub (Sep 19, 2021):

Answer to myself: get_subscriptions(limit, order) will do it instead of get_library_artists()
I didn't find this method in the documentation at https://ytmusicapi.readthedocs.io/en/latest/reference.html

<!-- gh-comment-id:922447025 --> @sir01g commented on GitHub (Sep 19, 2021): Answer to myself: get_subscriptions(limit, order) will do it instead of get_library_artists() I didn't find this method in the documentation at https://ytmusicapi.readthedocs.io/en/latest/reference.html
Author
Owner

@sigma67 commented on GitHub (Sep 24, 2021):

You're right, get_library_subscriptions is missing in the docs. Will fix right away

<!-- gh-comment-id:926694602 --> @sigma67 commented on GitHub (Sep 24, 2021): You're right, `get_library_subscriptions` is missing in the docs. Will fix right away
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#175
No description provided.