[PR #623] [MERGED] get_playlist: fix title for podcast episodes (#622) #679

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/623
Author: @czifumasa
Created: 7/14/2024
Status: Merged
Merged: 7/15/2024
Merged by: @sigma67

Base: mainHead: fix_title_for_podcasts


📝 Commits (1)

  • b15087d get_playlist: fix title for podcast episodes (#622)

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 ytmusicapi/parsers/playlists.py (+3 -0)

📄 Description

Quick fix for get_playlist method. Some playlist items had None as a title. (#622)

After refactor in (#612), title is resolved using watchEndpoint. Podcast episodes do not have one. They have browseEndpoint with pageType = MUSIC_PAGE_TYPE_NON_MUSIC_AUDIO_TRACK_PAGE instead.


🔄 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/623 **Author:** [@czifumasa](https://github.com/czifumasa) **Created:** 7/14/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `fix_title_for_podcasts` --- ### 📝 Commits (1) - [`b15087d`](https://github.com/sigma67/ytmusicapi/commit/b15087de55a7f40640e2c49dbef703642f447a6b) get_playlist: fix title for podcast episodes (#622) ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ytmusicapi/parsers/playlists.py` (+3 -0) </details> ### 📄 Description Quick fix for get_playlist method. Some playlist items had None as a title. (#622) After refactor in (#612), title is resolved using `watchEndpoint`. Podcast episodes do not have one. They have `browseEndpoint` with `pageType = MUSIC_PAGE_TYPE_NON_MUSIC_AUDIO_TRACK_PAGE` instead. --- <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:58 +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#679
No description provided.