captured more requests
This commit is contained in:
parent
b46af1f5d0
commit
edf2252174
24 changed files with 225501 additions and 2 deletions
16
notes/player/player_request.txt
Normal file
16
notes/player/player_request.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Endpoint: www.youtube.com/youtubei/v1/player
|
||||
Method: POST
|
||||
|
||||
{
|
||||
context: ...,
|
||||
|
||||
playbackContext: {
|
||||
contentPlaybackContext: {
|
||||
signatureTimestamp: "19187",
|
||||
referer: "https://www.youtube.com/watch?v=iQfSvIgIs_M"
|
||||
}
|
||||
},
|
||||
videoId: iQfSvIgIs_M
|
||||
contentCheckOk: false,
|
||||
racyCheckOk: false
|
||||
}
|
||||
Reference in a new issue