mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #342] Fetch suggestions #270
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#270
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?
Originally created by @sheikhhaziq on GitHub (Jan 5, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/342
How can I get suggestions related to a query string
@Spsden commented on GitHub (Jan 9, 2023):
You can use this
https://suggestqueries-clients6.youtube.com/complete/search?client=firefox&q={searchQuery}@sheikhhaziq commented on GitHub (Jan 9, 2023):
I am currently using that, I thought it might be added to the
ytmusicapi@sigma67 commented on GitHub (Jan 9, 2023):
Feel free to submit a PR. The endpoint is
get_search_suggestions, it's not implemented yet.