diff --git a/lib/streaming_providers/providers/rtlplus/constants.py b/lib/streaming_providers/providers/rtlplus/constants.py index 4d4ef45..cb34a7e 100644 --- a/lib/streaming_providers/providers/rtlplus/constants.py +++ b/lib/streaming_providers/providers/rtlplus/constants.py @@ -320,9 +320,8 @@ class RTLPlusHeaders: "authorization": f"Bearer {oauth_token}", "origin": RTLPlusDefaults.BETA_WEBSITE.rstrip("/"), "referer": RTLPlusDefaults.BETA_WEBSITE, + "request-timeout": "10000", "user-agent": user_agent, - "x-auth-device-id": device_id, - "x-auth-device-name": RTLPlusDefaults.DEVICE_NAME, "x-auth-device-player-size-width": str(RTLPlusDefaults.DEVICE_PLAYER_SIZE_WIDTH), "x-auth-device-player-size-height": str(RTLPlusDefaults.DEVICE_PLAYER_SIZE_HEIGHT), "x-auth-token": auth_token, @@ -349,10 +348,9 @@ class RTLPlusHeaders: "authorization": f"Bearer {oauth_token}", "origin": RTLPlusDefaults.BETA_WEBSITE.rstrip("/"), "referer": RTLPlusDefaults.BETA_WEBSITE, + "request-timeout": "10000", "user-agent": user_agent, "x-bedrock-token": bedrock_token, - "x-auth-device-id": device_id, - "x-auth-device-name": RTLPlusDefaults.DEVICE_NAME, "x-client-release": client_version, "x-customer-name": "rtlde", }) @@ -374,10 +372,9 @@ class RTLPlusHeaders: "authorization": f"Bearer {oauth_token}", "origin": RTLPlusDefaults.BETA_WEBSITE.rstrip("/"), "referer": RTLPlusDefaults.BETA_WEBSITE, + "request-timeout": "10000", "user-agent": user_agent, "x-bedrock-token": bedrock_token, - "x-auth-device-id": device_id, - "x-auth-device-name": RTLPlusDefaults.DEVICE_NAME, "x-client-release": client_version, "x-customer-name": "rtlde", })