mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #226] Find Subscribed Artists #175
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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()?
@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
@sigma67 commented on GitHub (Sep 24, 2021):
You're right,
get_library_subscriptionsis missing in the docs. Will fix right away