From d8b19fa884d5d555dc294ac8cf31250dbc83af3a Mon Sep 17 00:00:00 2001 From: uwulily Date: Sat, 20 Nov 2021 14:01:50 +0100 Subject: [PATCH] update tidal client info, bc old one expired --- streamrip/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streamrip/constants.py b/streamrip/constants.py index bce45d7..736f74b 100644 --- a/streamrip/constants.py +++ b/streamrip/constants.py @@ -173,8 +173,8 @@ MEDIA_TYPES = {"track", "album", "artist", "label", "playlist", "video"} COVER_SIZES = ("thumbnail", "small", "large", "original") TIDAL_CLIENT_INFO = { - "id": "aR7gUaTK1ihpXOEP", - "secret": "eVWBEkuL2FCjxgjOkR3yK0RYZEbcrMXRc2l8fU3ZCdE=", + "id": "Pzd0ExNVHkyZLiYN", + "secret": "W7X6UvBaho+XOi1MUeCX6ewv2zTdSOV3Y7qC3p3675I=", } QOBUZ_BASE = "https://www.qobuz.com/api.json/0.2"