From 47ec254171a0502cb6a244707464e94ceff15c16 Mon Sep 17 00:00:00 2001 From: nathom Date: Thu, 1 Jul 2021 15:39:04 -0700 Subject: [PATCH] Fix downloads when logging into tidal Signed-off-by: nathom --- streamrip/clients.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streamrip/clients.py b/streamrip/clients.py index aa6aec3..7a5c6a0 100644 --- a/streamrip/clients.py +++ b/streamrip/clients.py @@ -669,6 +669,8 @@ class TidalClient(Client): else: raise Exception + self._update_authorization() + def _get_device_code(self): """Get the device code that will be used to log in on the browser.""" data = {