mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-20 10:15:23 -04:00
Fix soundcloud _get
This commit is contained in:
parent
6cafc09328
commit
65aa1efc38
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue