From 83b1cb66a91315233f9ee2bbf63836cfcaf37909 Mon Sep 17 00:00:00 2001 From: sebastian Date: Thu, 6 Aug 2020 10:59:20 +0200 Subject: [PATCH] changed api version to v2 --- soundcloud/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soundcloud/client.py b/soundcloud/client.py index 6edbde0..a1cd4cf 100644 --- a/soundcloud/client.py +++ b/soundcloud/client.py @@ -12,7 +12,7 @@ class Client(object): """A client for interacting with Soundcloud resources.""" use_ssl = True - host = 'api.soundcloud.com' + host = 'api-v2.soundcloud.com' def __init__(self, **kwargs): """Create a client instance with the provided options. Options should