From c951f000b00d7b3304c194764b31bcef698a2d9a Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:15:50 +0200 Subject: [PATCH] Update PlaybackAccessToken GQL hash --- constants.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/constants.py b/constants.py index 827cd308..86c8ebb5 100644 --- a/constants.py +++ b/constants.py @@ -335,13 +335,14 @@ def with_variables(self, variables: JsonType) -> GQLOperation: # retuns stream playback access token "PlaybackAccessToken": GQLOperation( "PlaybackAccessToken", - "3093517e37e4f4cb48906155bcd894150aef92617939236d2508f3375ab732ce", + "ed230aa1e33e07eebb8928504583da78a5173989fadfb1ac94be06a04f3cdbe9", variables={ "isLive": True, - "login": ..., # channel login "isVod": False, + "login": ..., # channel login + "platform": "web", + "playerType": "site", "vodID": "", - "playerType": "site" }, ), # returns live channels for a particular game