From 65aa1efc3844827a9ae9a9b7d2c3f653b9068098 Mon Sep 17 00:00:00 2001 From: nathom Date: Fri, 23 Jul 2021 16:21:39 -0700 Subject: [PATCH] Fix soundcloud _get --- streamrip/clients.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/streamrip/clients.py b/streamrip/clients.py index 4b9ad86..76537e7 100644 --- a/streamrip/clients.py +++ b/streamrip/clients.py @@ -986,9 +986,9 @@ class SoundCloudClient(Client): "app_version": "1626941202", "app_locale": "en", } - if params is None: - params = {} - params["client_id"] = SOUNDCLOUD_CLIENT_ID + if param_arg is not None: + params.update(param_arg) + if no_base: url = path else: