[PR #372] [MERGED] Implementation for get_search_suggestions #603

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/372
Author: @omgupta15
Created: 4/5/2023
Status: Merged
Merged: 4/5/2023
Merged by: @sigma67

Base: masterHead: get_search_suggestions-implementation


📝 Commits (6)

  • c207280 Implement get_search_suggestions method
  • ef844f4 Add unittest for get_search_suggestions
  • d80805f Move get_search_suggestions from browsing to search.
  • 022b9f2 Add get_search_suggestions reference and update readme.
  • 1c08249 Fix documentation formatting for get_search_suggestions.
  • ff07f25 Revert ytmusicapi/mixins/browsing.py file

📊 Changes

5 files changed (+115 additions, -5 deletions)

View changed files

📝 README.rst (+1 -1)
📝 docs/source/reference.rst (+1 -0)
📝 tests/test.py (+7 -0)
📝 ytmusicapi/mixins/search.py (+84 -4)
📝 ytmusicapi/parsers/search.py (+22 -0)

📄 Description

Please refer to #370 for the description.


🔄 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/372 **Author:** [@omgupta15](https://github.com/omgupta15) **Created:** 4/5/2023 **Status:** ✅ Merged **Merged:** 4/5/2023 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `master` ← **Head:** `get_search_suggestions-implementation` --- ### 📝 Commits (6) - [`c207280`](https://github.com/sigma67/ytmusicapi/commit/c20728029d2736f4f796d90676f42a3e201295c3) Implement get_search_suggestions method - [`ef844f4`](https://github.com/sigma67/ytmusicapi/commit/ef844f4ad0b2b55c9ffc31a8af2dacfb849ae9c0) Add unittest for get_search_suggestions - [`d80805f`](https://github.com/sigma67/ytmusicapi/commit/d80805f823531fbab81223b9ce5f8bb63559e3a8) Move get_search_suggestions from browsing to search. - [`022b9f2`](https://github.com/sigma67/ytmusicapi/commit/022b9f2f06e0e74a2196b13805f2ce2149908d0e) Add get_search_suggestions reference and update readme. - [`1c08249`](https://github.com/sigma67/ytmusicapi/commit/1c08249e8214777e57668a5a507784f2939df1d3) Fix documentation formatting for get_search_suggestions. - [`ff07f25`](https://github.com/sigma67/ytmusicapi/commit/ff07f258c22aa12ca36e17d6001c31f404e6f5d1) Revert ytmusicapi/mixins/browsing.py file ### 📊 Changes **5 files changed** (+115 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.rst` (+1 -1) 📝 `docs/source/reference.rst` (+1 -0) 📝 `tests/test.py` (+7 -0) 📝 `ytmusicapi/mixins/search.py` (+84 -4) 📝 `ytmusicapi/parsers/search.py` (+22 -0) </details> ### 📄 Description Please refer to #370 for the description. --- <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:40 +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#603
No description provided.