[PR #523] [MERGED] get_album: parse more data from response + correct keys on other_vers… #636

Closed
opened 2026-02-27 23:01:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/523
Author: @jcbirdwell
Created: 1/14/2024
Status: Merged
Merged: 1/21/2024
Merged by: @sigma67

Base: mainHead: album-data-mining


📝 Commits (4)

  • 74434c7 get_album: parse more data from response + correct keys on other_versions
  • dd552cd keys: fair point
  • 10f91b5 navigation, browsing: removed duplicate SUBTITLE
  • 10b0546 Merge remote-tracking branch 'origin/main' into jcbirdwell-album-data-mining

📊 Changes

4 files changed (+55 additions, -20 deletions)

View changed files

📝 tests/mixins/test_browsing.py (+38 -18)
📝 ytmusicapi/navigation.py (+5 -2)
📝 ytmusicapi/parsers/albums.py (+2 -0)
📝 ytmusicapi/parsers/browsing.py (+10 -0)

📄 Description

#522 + tests. I'll bet there's still more to be found, but I'm going cross eyed trying to read these response objects. This fixes the original issue of incorrect keys in "other_versions" and adds audio playlist id, artists with id and name, album type, removes year (I couldn't find it), and adds explicit to the main album requested in get_album.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/523 **Author:** [@jcbirdwell](https://github.com/jcbirdwell) **Created:** 1/14/2024 **Status:** ✅ Merged **Merged:** 1/21/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `album-data-mining` --- ### 📝 Commits (4) - [`74434c7`](https://github.com/sigma67/ytmusicapi/commit/74434c72cd32f776a9bfabcd8570a60cde02a2a1) get_album: parse more data from response + correct keys on other_versions - [`dd552cd`](https://github.com/sigma67/ytmusicapi/commit/dd552cdf09643fb5708ab5be0d9aea03b56944a3) keys: fair point - [`10f91b5`](https://github.com/sigma67/ytmusicapi/commit/10f91b5cdab9573f205a2f90cd5a14b34fc2196d) navigation, browsing: removed duplicate SUBTITLE - [`10b0546`](https://github.com/sigma67/ytmusicapi/commit/10b0546f032bb532bbdced32acec17f139634f00) Merge remote-tracking branch 'origin/main' into jcbirdwell-album-data-mining ### 📊 Changes **4 files changed** (+55 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `tests/mixins/test_browsing.py` (+38 -18) 📝 `ytmusicapi/navigation.py` (+5 -2) 📝 `ytmusicapi/parsers/albums.py` (+2 -0) 📝 `ytmusicapi/parsers/browsing.py` (+10 -0) </details> ### 📄 Description #522 + tests. I'll bet there's still more to be found, but I'm going cross eyed trying to read these response objects. This fixes the original issue of incorrect keys in "other_versions" and adds audio playlist id, artists with id and name, album type, removes year (I couldn't find it), and adds explicit to the main album requested in get_album. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#636
No description provided.