From a316ded25bbdfb85191c7916c15c2b533fe9fc54 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Fri, 11 Sep 2026 15:50:16 +0200 Subject: [PATCH] rtlplus: change headers --- lib/streaming_providers/providers/rtlplus/auth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/streaming_providers/providers/rtlplus/auth.py b/lib/streaming_providers/providers/rtlplus/auth.py index 1048003..ba3cd42 100644 --- a/lib/streaming_providers/providers/rtlplus/auth.py +++ b/lib/streaming_providers/providers/rtlplus/auth.py @@ -217,8 +217,8 @@ class RTLPlusAuthenticator(BaseOAuth2Authenticator): headers = self._get_auth_headers() headers.update({ "Content-Type": "application/x-www-form-urlencoded", - "Origin": "https://base.plus.rtl.de", - "Referer": "https://base.plus.rtl.de/", + "Origin": RTLPlusDefaults.BASE_WEBSITE.rstrip("/"), # "https://plus.rtl.de" + "Referer": RTLPlusDefaults.BASE_WEBSITE, # "https://plus.rtl.de/" }) return headers