[PR #826] [MERGED] get_explore: handle episodes in trending #757

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/826
Author: @sgvictorino
Created: 11/9/2025
Status: Merged
Merged: 12/9/2025
Merged by: @sigma67

Base: mainHead: fix-tests


📝 Commits (7)

  • 3143285 update a couple tests
  • 80d2b99 get_explore: handle episodes in trending
  • 391ac5f parse_song_flat: add playlistId for trending/top songs, videoType
  • ed3fce6 get_explore: test with mock response
  • ef46f8c Merge remote-tracking branch 'upstream/main' into HEAD
  • a7d8366 Merge remote-tracking branch 'origin/main' into sgvictorino-fix-tests
  • 566e624 Merge remote-tracking branch 'sgvictorino/fix-tests' into sgvictorino-fix-tests

📊 Changes

8 files changed (+78 additions, -9 deletions)

View changed files

tests/data/2025_11_get_explore.json (+1 -0)
tests/data/expected_output/2025_11_get_explore.json (+1 -0)
📝 tests/mixins/test_browsing.py (+2 -0)
📝 tests/mixins/test_explore.py (+29 -5)
📝 ytmusicapi/mixins/explore.py (+18 -2)
📝 ytmusicapi/parsers/browsing.py (+5 -1)
📝 ytmusicapi/parsers/explore.py (+9 -1)
📝 ytmusicapi/parsers/podcasts.py (+13 -0)

📄 Description

No description provided


🔄 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/826 **Author:** [@sgvictorino](https://github.com/sgvictorino) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `fix-tests` --- ### 📝 Commits (7) - [`3143285`](https://github.com/sigma67/ytmusicapi/commit/314328508d5b759ccc0c1f75c91a28176cadb7fa) update a couple tests - [`80d2b99`](https://github.com/sigma67/ytmusicapi/commit/80d2b9928d9c45a1bae58af80bc9b7d27d424b36) get_explore: handle episodes in trending - [`391ac5f`](https://github.com/sigma67/ytmusicapi/commit/391ac5f0e859b7ad63d17e193a265971308f3c1e) parse_song_flat: add `playlistId` for trending/top songs, `videoType` - [`ed3fce6`](https://github.com/sigma67/ytmusicapi/commit/ed3fce664980befda8147049bbd25755dc0435ad) get_explore: test with mock response - [`ef46f8c`](https://github.com/sigma67/ytmusicapi/commit/ef46f8c64c8e2712bca4f44914d770d9ddf2a5de) Merge remote-tracking branch 'upstream/main' into HEAD - [`a7d8366`](https://github.com/sigma67/ytmusicapi/commit/a7d8366d2c5a62cf7d6ef3433c4ee35c0f6ed0b4) Merge remote-tracking branch 'origin/main' into sgvictorino-fix-tests - [`566e624`](https://github.com/sigma67/ytmusicapi/commit/566e624146517b985c49aaf61097a674dca4aec5) Merge remote-tracking branch 'sgvictorino/fix-tests' into sgvictorino-fix-tests ### 📊 Changes **8 files changed** (+78 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `tests/data/2025_11_get_explore.json` (+1 -0) ➕ `tests/data/expected_output/2025_11_get_explore.json` (+1 -0) 📝 `tests/mixins/test_browsing.py` (+2 -0) 📝 `tests/mixins/test_explore.py` (+29 -5) 📝 `ytmusicapi/mixins/explore.py` (+18 -2) 📝 `ytmusicapi/parsers/browsing.py` (+5 -1) 📝 `ytmusicapi/parsers/explore.py` (+9 -1) 📝 `ytmusicapi/parsers/podcasts.py` (+13 -0) </details> ### 📄 Description _No description provided_ --- <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:16 +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#757
No description provided.