[PR #792] [MERGED] search: fix episode parsing #739

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/792
Author: @sgvictorino
Created: 7/28/2025
Status: Merged
Merged: 7/28/2025
Merged by: @sigma67

Base: mainHead: fix-episode-parsing


📝 Commits (1)

  • 2319fa5 search: fix episode parsing

📊 Changes

3 files changed (+41 additions, -6 deletions)

View changed files

📝 tests/mixins/test_search.py (+24 -1)
📝 ytmusicapi/navigation.py (+2 -1)
📝 ytmusicapi/parsers/search.py (+15 -4)

📄 Description

  • parse_top_result: handle episode data
  • parse_search_result: ensure resultType is "episode", not "video"
  • parse_search_result: offset runs to skip the "Episode" specifier

🔄 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/792 **Author:** [@sgvictorino](https://github.com/sgvictorino) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `fix-episode-parsing` --- ### 📝 Commits (1) - [`2319fa5`](https://github.com/sigma67/ytmusicapi/commit/2319fa5442120f1a483197a8e71cdf43d5289891) search: fix episode parsing ### 📊 Changes **3 files changed** (+41 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `tests/mixins/test_search.py` (+24 -1) 📝 `ytmusicapi/navigation.py` (+2 -1) 📝 `ytmusicapi/parsers/search.py` (+15 -4) </details> ### 📄 Description - `parse_top_result`: handle episode data - `parse_search_result`: ensure `resultType` is "episode", not "video" - `parse_search_result`: offset runs to skip the "Episode" specifier --- <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:13 +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#739
No description provided.