Created
May 19, 2024 04:11
-
-
Save devjanger/de5e0476c3c0a70765da6692afe5a8f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl "https://gql.twitch.tv/gql" ^ | |
-H "accept: */*" ^ | |
-H "accept-language: ko-KR" ^ | |
-H "client-id: kimne78kx3ncx6brgo4mv6wki5h1ko" ^ | |
-H "client-session-id: 650386bd5ebad23c" ^ | |
-H "client-version: e2c732bb-0b5f-4f0a-aecd-dbbe9a06b94a" ^ | |
-H "content-type: text/plain;charset=UTF-8" ^ | |
-H "origin: https://www.twitch.tv" ^ | |
-H "priority: u=1, i" ^ | |
-H "referer: https://www.twitch.tv/" ^ | |
-H ^"sec-ch-ua: ^\^"Brave^\^";v=^\^"125^\^", ^\^"Chromium^\^";v=^\^"125^\^", ^\^"Not.A/Brand^\^";v=^\^"24^\^"^" ^ | |
-H "sec-ch-ua-mobile: ?0" ^ | |
-H ^"sec-ch-ua-platform: ^\^"Windows^\^"^" ^ | |
-H "sec-fetch-dest: empty" ^ | |
-H "sec-fetch-mode: cors" ^ | |
-H "sec-fetch-site: same-site" ^ | |
-H "sec-gpc: 1" ^ | |
-H "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" ^ | |
-H "x-device-id: jIr9YtcpeNL8QpQOiUSuCf6JHMDWN5HN" ^ | |
--data-raw ^"^[^{^\^"operationName^\^":^\^"FilterableVideoTower_Videos^\^",^\^"variables^\^":^{^\^"includePreviewBlur^\^":false,^\^"limit^\^":30,^\^"channelOwnerLogin^\^":^\^"{이곳에트위치아이디입력}^\^",^\^"broadcastType^\^":^\^"HIGHLIGHT^\^",^\^"videoSort^\^":^\^"TIME^\^"^},^\^"extensions^\^":^{^\^"persistedQuery^\^":^{^\^"version^\^":1,^\^"sha256Hash^\^":^\^"11656e566d242e3ddfe3b9f94a2e17250c787b275048363e49b0c1d7b40c3ce8^\^"^}^}^}^]^" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment