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_version": "1626941202",
|
||||||
"app_locale": "en",
|
"app_locale": "en",
|
||||||
}
|
}
|
||||||
if params is None:
|
if param_arg is not None:
|
||||||
params = {}
|
params.update(param_arg)
|
||||||
params["client_id"] = SOUNDCLOUD_CLIENT_ID
|
|
||||||
if no_base:
|
if no_base:
|
||||||
url = path
|
url = path
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue