From 2cb2cc2c0980f2fbafa2237c14f3c43685440b5b Mon Sep 17 00:00:00 2001 From: kiselz <73717596+kiselz@users.noreply.github.com> Date: Fri, 26 Feb 2021 16:03:11 +0100 Subject: [PATCH] Update urls to a search query in client.py (#646) https://developer.spotify.com/documentation/web-api/reference/search/search - This url does not seem to be valid. I guess https://developer.spotify.com/documentation/web-api/reference/search/ is right link. --- spotipy/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotipy/client.py b/spotipy/client.py index 7f8553d..8cbc49d 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -534,7 +534,7 @@ class Spotify(object): Parameters: - q - the search query (see how to write a query in the - official documentation https://developer.spotify.com/documentation/web-api/reference/search/search/) # noqa + official documentation https://developer.spotify.com/documentation/web-api/reference/search/) # noqa - limit - the number of items to return (min = 1, default = 10, max = 50). The limit is applied within each type, not on the total response. - offset - the index of the first item to return @@ -553,7 +553,7 @@ class Spotify(object): Parameters: - q - the search query (see how to write a query in the - official documentation https://developer.spotify.com/documentation/web-api/reference/search/search/) # noqa + official documentation https://developer.spotify.com/documentation/web-api/reference/search/) # noqa - limit - the number of items to return (min = 1, default = 10, max = 50). If a search is to be done on multiple markets, then this limit is applied to each market. (e.g. search US, CA, MX each with a limit of 10). - offset - the index of the first item to return