From f561b3bc7c872ae4328ee665e9ee06765a4fe01a Mon Sep 17 00:00:00 2001 From: Betacentauri Date: Wed, 9 Jun 2021 21:51:12 +0200 Subject: [PATCH] Switch to new streamAccess URL Old one doesn't work any longer --- default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.py b/default.py index e334f12..67bf6cb 100644 --- a/default.py +++ b/default.py @@ -44,7 +44,7 @@ oauth_url = "https://accounts.login.idm.telekom.com/oauth2/tokens" jwt_url = "https://www.magentasport.de/service/auth/app/login/jwt" heartbeat_url = "https://www.magentasport.de/service/heartbeat" -stream_url = "https://www.magentasport.de/service/player/streamAccess" +stream_url = "https://www.magentasport.de/service/player/v2/streamAccess" main_page = "/page/1" ###########