comments: bilibili.app.archive.v1

This commit is contained in:
Hantong Chen 2025-05-04 00:08:15 +08:00
parent fdcdbe4479
commit e88f332a4a
No known key found for this signature in database
GPG Key ID: BA46515EE169702F

View File

@ -6,67 +6,74 @@ package bilibili.app.archive.v1;
message Arc {
//
int64 aid = 1;
//
// P
int64 videos = 2;
//
// ID
int32 type_id = 3;
//
//
string type_name = 4;
//
//
//
// - 0:
// - 1:
// - 2:
int32 copyright = 5;
//
//
string pic = 6;
//
//
string title = 7;
//
//
int64 pubdate = 8;
//
//
int64 ctime = 9;
//
//
string desc = 10;
//
// (>= 0 )
int32 state = 11;
// 访
//
// - 0:
// - 10000:
int32 access = 12;
//
//
int32 attribute = 13;
//
// Depecated
string tag = 14;
//
// Deprecated
repeated string tags = 15;
//
// P (seconds)
int64 duration = 16;
//
// id
int64 mission_id = 17;
//
// id
int64 order_id = 18;
//
//
string redirect_url = 19;
//
int64 forward = 20;
//
// [`Rights`]
Rights rights = 21;
//
// 稿, [`Author`]
Author author = 22;
//
// 稿, [`Stat`]
Stat stat = 23;
//
string report_result = 24;
//
//
string dynamic = 25;
//
// P cid
int64 first_cid = 26;
//
// P
Dimension dimension = 27;
//
// 稿
repeated StaffInfo staff_info = 28;
//
// UGC ID
int64 season_id = 29;
//
// ( int32 )
int64 attribute_v2 = 30;
//
// ? UGC
SeasonTheme season_theme = 31;
//
// ?
string short_link_v2 = 40;
//
int32 up_from_v2 = 41;
@ -74,79 +81,83 @@ message Arc {
string first_frame = 42;
}
//
//
message Author {
//
// UP mid
int64 mid = 1;
//
// UP
string name = 2;
//
// UP
string face = 3;
}
//
//
message Dimension {
//
//
int64 width = 1;
//
//
int64 height = 2;
//
//
int64 rotate = 3;
}
//
// P
message Page {
//
// CID
int64 cid = 1;
//
//
int32 page = 2;
//
//
// - vupload
// - qq: Tencent
// - hunan: Hunan TV
string from = 3;
//
//
string part = 4;
//
// (seconds)
int64 duration = 5;
//
// vid
string vid = 6;
//
//
string desc = 7;
//
//
string web_link = 8;
//
// [`Dimension`]
Dimension dimension = 9;
//
string first_frame = 10;
}
//
// , 0 1
message Rights {
//
// ()
int32 bp = 1;
//
//
int32 elec = 2;
//
//
int32 download = 3;
//
//
int32 movie = 4;
//
// PGC 稿
int32 pay = 5;
//
// Deprecated
int32 hd5 = 6;
//
//
int32 no_reprint = 7;
//
//
int32 autoplay = 8;
//
// UGC 稿
int32 ugc_pay = 9;
//
// 稿
int32 is_cooperation = 10;
//
// PGC 稿
int32 ugc_pay_preview = 11;
//
//
int32 no_background = 12;
//
int32 arc_pay = 13;
//
// ? 稿
int32 pay_free_watch = 14;
}
@ -160,39 +171,39 @@ message SeasonTheme {
string text_color = 3;
}
//
// 稿
message StaffInfo {
//
// 稿 mid
int64 mid = 1;
//
// 稿
string title = 2;
//
//
int64 attribute = 3;
}
//
//
message Stat {
//
// 稿 avid
int64 aid = 1;
//
//
int32 view = 2;
//
//
int32 danmaku = 3;
//
//
int32 reply = 4;
//
//
int32 fav = 5;
//
//
int32 coin = 6;
//
//
int32 share = 7;
//
//
int32 now_rank = 8;
//
//
int32 his_rank = 9;
//
//
int32 like = 10;
//
// (Deprecated)
int32 dislike = 11;
}