mirror of
https://github.com/iv-org/inv_sig_helper.git
synced 2024-11-23 05:59:44 +00:00
Wrong size for FORCE_UPDATE
response in the documentation
This commit is contained in:
parent
9784fdbafe
commit
32aeb2f2f7
@ -28,7 +28,7 @@ Forces the server to re-fetch the YouTube player, and extract the necessary comp
|
||||
#### Response
|
||||
| Name | Size (bytes) | Description |
|
||||
|------|--------------|-------------|
|
||||
|status| 4 | The status code of the request: `0xF44F` if successful, `0xFFFF` if no updating is required (YouTube's player ID is equal to the server's current player ID), `0x0000` if an error occurred |
|
||||
|status| 2 | The status code of the request: `0xF44F` if successful, `0xFFFF` if no updating is required (YouTube's player ID is equal to the server's current player ID), `0x0000` if an error occurred |
|
||||
|
||||
### `DECRYPT_N_SIGNATURE` (0x01)
|
||||
Decrypt a provided `n` signature using the server's current `nsig` function code, and return the result (or an error).
|
||||
|
Loading…
Reference in New Issue
Block a user