由outputManager管理整个输出类及解析消息、分流消息功能,debug部分配置对接、xml导出部分配置对接

This commit is contained in:
2022-06-05 14:48:59 +08:00
parent 9fe1384b5d
commit 49a0715191
7 changed files with 153 additions and 107 deletions

View File

@ -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