mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #57] Add market as keyword to search #30
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#30
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 @robroc on GitHub (Jun 8, 2015).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/57
The Spotify API allows you to specify the market in the search function, and to specify if the market should be inferred from the auth token:
https://developer.spotify.com/web-api/search-item/
It would be nice to have this feature in Spotipy.
@guspersson commented on GitHub (May 16, 2016):
Until the feature is added, you can modify
client.pyand add market to the search function on row 324:return self._get('search', q=q, limit=limit, offset=offset, type=type, market='SE')@jscholes commented on GitHub (May 27, 2016):
Why is this ticket still open almost one year later? It seems like this is a pretty simple change, with a pull request to boot.
@brki commented on GitHub (Jun 5, 2016):
I would also find this useful.