mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #372] [MERGED] Implementation for get_search_suggestions #603
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#603
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:get_search_suggestions-implementation📝 Commits (6)
c207280Implement get_search_suggestions methodef844f4Add unittest for get_search_suggestionsd80805fMove get_search_suggestions from browsing to search.022b9f2Add get_search_suggestions reference and update readme.1c08249Fix documentation formatting for get_search_suggestions.ff07f25Revert 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.