mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #586] [MERGED] parse_seach_result: add playlist id to album search #662
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#662
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?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/586
Author: @jonathanbell
Created: 5/21/2024
Status: ✅ Merged
Merged: 5/25/2024
Merged by: @sigma67
Base:
main← Head:add-playlistid-to-album-search-results📝 Commits (3)
96bf541parse_seach_result: add playlist id to album search2a37638fix docs2c3ee5cadd to top result📊 Changes
2 files changed (+11 additions, -2 deletions)
View changed files
📝
ytmusicapi/mixins/search.py(+3 -2)📝
ytmusicapi/parsers/search.py(+8 -0)📄 Description
Contributes to sigma67/ytmusicapi#585
playlistIdis available in the search response and can be used to add an album to the library vialike/likeendpoint. So, including theplaylistIdwhen the query is filtered byalbumscould be helpful.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.