mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #448] When searching without filter, no ids appear #332
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#332
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 @polvallverdu on GitHub (Oct 3, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/448
I was just trying to search, and came across that browseId was not appearing for the top result (an album). When searching with album filter, it appears, which is kinda weird. I don't believe this happens because of youtube's API.
Code I'm currently using:
@sigma67 commented on GitHub (Oct 4, 2023):
Yeah, the top results are parsed differently (since they are a different layout), so there might be some keys missing. See here:
github.com/sigma67/ytmusicapi@40e5650de3/ytmusicapi/parsers/search.py (L19-L43)