mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
[PR #823] [MERGED] get_album: return every artist associated with a release #755
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#755
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/823
Author: @sgvictorino
Created: 10/13/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @sigma67
Base:
main← Head:get_album-parse-all-artists📝 Commits (4)
fc0ea68get_album: return every artist associated with a release4e79931Merge branch 'main' into sgvictorino-get_album-parse-all-artistsc476a80Merge remote-tracking branch 'origin/main' into sgvictorino-get_album-parse-all-artists2283866move parse_artists_runs out of _utils.py📊 Changes
6 files changed (+24 additions, -13 deletions)
View changed files
📝
tests/mixins/test_browsing.py(+4 -0)📝
ytmusicapi/parsers/albums.py(+3 -2)➕
ytmusicapi/parsers/artists.py(+10 -0)📝
ytmusicapi/parsers/browsing.py(+3 -2)📝
ytmusicapi/parsers/search.py(+2 -1)📝
ytmusicapi/parsers/songs.py(+2 -8)📄 Description
Fixes #822
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.