mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-26 19:12:35 +02:00
Prepare RTLPlus for new streaming prov
This commit is contained in:
@@ -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",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user