mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
add quotes to gql query
This commit is contained in:
parent
47d62bc471
commit
a99a472ad3
@ -422,7 +422,7 @@ def get_access_token(video_id: str, auth_token: Optional[str] = None) -> AccessT
|
|||||||
query = f"""
|
query = f"""
|
||||||
{{
|
{{
|
||||||
videoPlaybackAccessToken(
|
videoPlaybackAccessToken(
|
||||||
id: {video_id},
|
id: "{video_id}",
|
||||||
params: {{
|
params: {{
|
||||||
platform: "web",
|
platform: "web",
|
||||||
playerBackend: "mediaplayer",
|
playerBackend: "mediaplayer",
|
||||||
|
Loading…
Reference in New Issue
Block a user