mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-25 07:42:00 +00:00
12 lines
350 B
Protocol Buffer
12 lines
350 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
import "misc/common.proto";
|
|
|
|
message OnesiePlayerRequest {
|
|
optional string url = 1;
|
|
repeated misc.HttpHeader headers = 2;
|
|
optional string body = 3;
|
|
optional bool proxied_by_trusted_bandaid = 4;
|
|
optional bool field6 = 6; // Seen this on youtube.com and the YTMusic protos. Not sure what it is yet.
|
|
} |