[CHANGE] Added old cipher implementation
This commit is contained in:
parent
9fdde5e756
commit
41f880cfef
8 changed files with 192 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ public class ClientState : AdditionalJsonData
|
|||
[JsonPropertyName("SERVER_VERSION")]
|
||||
public string? ServerVersion { get; set; }
|
||||
|
||||
[JsonPropertyName("PLAYER_JS_URL")]
|
||||
public string? PlayerJsUrl { get; set; }
|
||||
|
||||
[JsonPropertyName("INNERTUBE_CONTEXT")]
|
||||
public InnerTubeContext? InnerTubeContext { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue