mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-31 09:29:37 +00:00
Update PlaybackAccessToken GQL hash
This commit is contained in:
@@ -335,13 +335,14 @@ GQL_OPERATIONS: dict[str, 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
|
||||
|
||||
Reference in New Issue
Block a user