Skip to content

Commit

Permalink
chore: update protos
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Oct 26, 2024
1 parent 4cd1877 commit c0bd5cf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions protos/generated/video_streaming/encrypted_player_request.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions protos/video_streaming/encrypted_player_request.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
syntax = "proto2";
package video_streaming;

import "video_streaming/onesie_player_request.proto";

message EncryptedPlayerRequest {
optional bytes context = 1; // InnerTubeContext proto?
optional bytes encrypted_onesie_player_request = 2;
Expand All @@ -11,5 +13,6 @@ message EncryptedPlayerRequest {
optional bool YP = 10;
optional bool pM = 13;
optional bool enable_compression = 14;
optional OnesiePlayerRequest onesie_player_request = 16;
optional bool TQ = 17;
}

0 comments on commit c0bd5cf

Please sign in to comment.