mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #425] search: handle profiles #317
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#317
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 @ghost on GitHub (Aug 15, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/425
Is your feature request related to a problem? Please describe.
search()returns profiles as albums. They are not albums and attempting to get their contents withget_album()results inKeyError: 'musicDetailHeaderRenderer'.Describe the solution you'd like
ytmusicapi could add a "profile" result type and a
get_profile()method.Describe alternatives you've considered
These results have the category set to "Profiles", so I can filter them out on my end for the time being.
Additional context

@sigma67 commented on GitHub (Aug 15, 2023):
It seems they finally found a name for user profiles.
You should be able to get the profile using
get_user.@sigma67 commented on GitHub (Aug 17, 2023):
Sorry, I didn't read properly. It's about extending
searchto handle profiles, which is a valid request.