mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 08:35:08 -04:00
Misc updates for Deezer
This commit is contained in:
parent
64bb0ace79
commit
f3c680ace7
3 changed files with 87 additions and 77 deletions
|
@ -141,7 +141,9 @@ class Config:
|
|||
return self.qobuz_creds
|
||||
if source == "tidal":
|
||||
return self.tidal_creds
|
||||
if source == "deezer" or source == "soundcloud":
|
||||
if source == "deezer":
|
||||
return {"arl": self.file["deezer"]["arl"]}
|
||||
if source == "soundcloud":
|
||||
return {}
|
||||
|
||||
raise InvalidSourceError(source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue