[PR #797] [MERGED] fix get_charts, add get_explore #738

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/797
Author: @sgvictorino
Created: 7/30/2025
Status: Merged
Merged: 7/31/2025
Merged by: @sigma67

Base: mainHead: get_explore


📝 Commits (3)

📊 Changes

6 files changed (+247 additions, -128 deletions)

View changed files

tests/mixins/test_charts.py (+8 -0)
📝 tests/mixins/test_explore.py (+22 -12)
ytmusicapi/mixins/charts.py (+102 -0)
📝 ytmusicapi/mixins/explore.py (+91 -108)
📝 ytmusicapi/parsers/explore.py (+22 -8)
📝 ytmusicapi/ytmusic.py (+2 -0)

📄 Description

closes #787, closes #796


🔄 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/797 **Author:** [@sgvictorino](https://github.com/sgvictorino) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `get_explore` --- ### 📝 Commits (3) - [`8513ac7`](https://github.com/sigma67/ytmusicapi/commit/8513ac7b43a2eb4ac800dc6a728380284cdeefb0) get_charts: move to a new class - [`3361448`](https://github.com/sigma67/ytmusicapi/commit/33614481171eddcae14fa9cf92e4efa88d64bca4) get_charts: update - [`55dd621`](https://github.com/sigma67/ytmusicapi/commit/55dd621c513251c152bb5f784887c35130103b16) get_explore: init ### 📊 Changes **6 files changed** (+247 additions, -128 deletions) <details> <summary>View changed files</summary> ➕ `tests/mixins/test_charts.py` (+8 -0) 📝 `tests/mixins/test_explore.py` (+22 -12) ➕ `ytmusicapi/mixins/charts.py` (+102 -0) 📝 `ytmusicapi/mixins/explore.py` (+91 -108) 📝 `ytmusicapi/parsers/explore.py` (+22 -8) 📝 `ytmusicapi/ytmusic.py` (+2 -0) </details> ### 📄 Description closes #787, closes #796 --- <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#738
No description provided.