Skip to content

Commit

Permalink
Merge pull request #840 from 1nikolas/patch-1
Browse files Browse the repository at this point in the history
New Api key
  • Loading branch information
yaronzz authored Feb 7, 2022
2 parents d41c8dd + 3d4b143 commit 1d5b8cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TIDALDL-PY/tidal_dl/apiKey.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,16 @@
'formats': 'Normal/High/HiFi/Master',
'clientId': '8SEZWa4J1NVC5U5Y',
'clientSecret': 'owUYDkxddz+9FpvGX24DlxECNtFEMBxipU0lBfrbq60=',
'valid': 'False',
},
{
'platform': 'Android Auto',
'formats': 'Normal/High/HiFi/Master',
'clientId': 'zU4XHVVkc2tDPo4t',
'clientSecret': 'VJKhDFqJPqvsPVNBV6ukXTJmwlvbttP7wlMlrc72se4=',
'valid': 'True',
},

]

__ERROR_KEY__ = {
Expand Down

0 comments on commit 1d5b8cd

Please sign in to comment.