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