From 2fe39dab1658ef8f46d4030438c1e0aecefd40c7 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Tue, 21 Apr 2026 09:53:17 +0200 Subject: [PATCH] Fix magentaeu --- lib/streaming_providers/providers/magentaeu/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/streaming_providers/providers/magentaeu/constants.py b/lib/streaming_providers/providers/magentaeu/constants.py index 93045a2..d4c2255 100644 --- a/lib/streaming_providers/providers/magentaeu/constants.py +++ b/lib/streaming_providers/providers/magentaeu/constants.py @@ -113,7 +113,7 @@ API_ENDPOINTS = { } # Widevine configuration -WV_URL = "https://widevine.entitlement.theplatform.eu/wv/web/ModularDrm/getRawWidevineLicense?schema=1.0&form=json&releasePid=" +WV_URL = "https://widevine.entitlement.theplatform.eu/wv/web/ModularDrm/getRawWidevineLicense" ACC_URL = "http://access.auth.theplatform.com/data/Account" # ============================================================================