mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[PR #791] [MERGED] get_album: distinguish between "other versions" and "releases for you" #737
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#737
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/791
Author: @sgvictorino
Created: 7/28/2025
Status: ✅ Merged
Merged: 7/29/2025
Merged by: @sigma67
Base:
main← Head:fix-other_versions📝 Commits (2)
8359cb9parse_album: return audioPlaylistId for Premium users6a06458get_album: distinguish between "other versions" and "releases for you"📊 Changes
6 files changed (+26 additions, -13 deletions)
View changed files
📝
tests/mixins/test_browsing.py(+6 -2)📝
ytmusicapi/mixins/browsing.py(+10 -4)📝
ytmusicapi/navigation.py(+2 -1)📝
ytmusicapi/parsers/albums.py(+5 -0)📝
ytmusicapi/parsers/browsing.py(+2 -1)📝
ytmusicapi/parsers/search.py(+1 -5)📄 Description
related_recommendations, a list of albums in "Releases for you"other_versionsno longer contains those recommendations when its carousel is positioned after "Releases for you"audioPlaylistIdis no longerNonewhenparse_albumis called with a Premium account (test_get_album_other_versionscan now be used to assert this)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.