[PR #667] [MERGED] get_playlist: join multiple title runs #698

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/667
Author: @sgvictorino
Created: 10/28/2024
Status: Merged
Merged: 12/17/2024
Merged by: @sigma67

Base: mainHead: fix-playlist-title


📝 Commits (2)

  • 21fe246 get_playlist: join multiple title runs
  • 8569596 Merge remote-tracking branch 'origin/main' into sgvictorino-fix-playlist-title

📊 Changes

5 files changed (+43 additions, -13 deletions)

View changed files

tests/data/expected_output/2024_03_get_playlist.json (+9 -0)
tests/data/expected_output/2024_03_get_playlist_public.json (+9 -0)
tests/data/expected_output/2024_07_get_playlist_collaborative.json (+9 -0)
📝 tests/mixins/test_playlists.py (+15 -12)
📝 ytmusicapi/parsers/playlists.py (+1 -1)

📄 Description

  • Return complete titles when split on time-like strings:
>>> yt.get_playlist("PLaZPMsuQNCsWn0iVMtGbaUXO6z-EdZaZm")["title"]
-03 Jan
+03 Jan 12:09
  • test_get_playlist: assert more props have the expected value/shape

🔄 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/667 **Author:** [@sgvictorino](https://github.com/sgvictorino) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 12/17/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `fix-playlist-title` --- ### 📝 Commits (2) - [`21fe246`](https://github.com/sigma67/ytmusicapi/commit/21fe246324fd8418008e9316309aae1f14921d51) get_playlist: join multiple title runs - [`8569596`](https://github.com/sigma67/ytmusicapi/commit/8569596e1a476cf20f0d4ab355fa65bdf7ee1972) Merge remote-tracking branch 'origin/main' into sgvictorino-fix-playlist-title ### 📊 Changes **5 files changed** (+43 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `tests/data/expected_output/2024_03_get_playlist.json` (+9 -0) ➕ `tests/data/expected_output/2024_03_get_playlist_public.json` (+9 -0) ➕ `tests/data/expected_output/2024_07_get_playlist_collaborative.json` (+9 -0) 📝 `tests/mixins/test_playlists.py` (+15 -12) 📝 `ytmusicapi/parsers/playlists.py` (+1 -1) </details> ### 📄 Description * Return complete titles when split on time-like strings: ```diff >>> yt.get_playlist("PLaZPMsuQNCsWn0iVMtGbaUXO6z-EdZaZm")["title"] -03 Jan +03 Jan 12:09 ``` * `test_get_playlist`: assert more props have the expected value/shape --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:02:03 +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#698
No description provided.