mirror of
https://github.com/czp3009/bilibili-api.git
synced 2026-08-13 22:43:29 +08:00
使用 Netty 重新实现 LiveClient, 使用 guava EventBus 来作为事件机制实现
This commit is contained in:
9
record/bullet_screen_stream_json/ACITIVITY_EVENT.json
Normal file
9
record/bullet_screen_stream_json/ACITIVITY_EVENT.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"cmd": "ACTIVITY_EVENT",
|
||||
"data": {
|
||||
"keyword": "newspring_2018",
|
||||
"type": "cracker",
|
||||
"limit": 300000,
|
||||
"progress": 158912
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"cmd": "LIVE",
|
||||
"roomid": 1110317
|
||||
"roomid": "1110317"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"cmd": "PREPARING",
|
||||
"roomid": 1110317
|
||||
"roomid": "1110317"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user