Skip to content

Commit

Permalink
Update PlaybackAccessToken GQL hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Sep 29, 2024
1 parent 93d5d87 commit c951f00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c951f00

Please sign in to comment.