From 32aeb2f2f7c1257a36055d2f4582051715f6745e Mon Sep 17 00:00:00 2001 From: techmetx11 Date: Tue, 25 Jun 2024 19:04:45 +0100 Subject: [PATCH] Wrong size for `FORCE_UPDATE` response in the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04ee6be..997f072 100644 --- a/README.md +++ b/README.md @@ -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).