You've already forked Douyin_Web_Live
由outputManager管理整个输出类及解析消息、分流消息功能,debug部分配置对接、xml导出部分配置对接
This commit is contained in:
@ -9,9 +9,19 @@ webdriver:
|
||||
edge:
|
||||
bin: msedgedriver.exe
|
||||
|
||||
rooms:
|
||||
- 19829678666
|
||||
- https://live.douyin.com/579197336883
|
||||
output:
|
||||
use:
|
||||
- print
|
||||
- xml
|
||||
- debug
|
||||
xml:
|
||||
save_path: "./"
|
||||
file_pattern: "{room_id}_{ts}.xml"
|
||||
debug:
|
||||
save_path:
|
||||
error: "./error"
|
||||
unknown: "./debug"
|
||||
known: False
|
||||
|
||||
http:
|
||||
host: 127.0.0.1
|
||||
|
Reference in New Issue
Block a user