This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Douyin_Web_Live/example/settings.yml
2022-10-13 12:48:33 +08:00

13 lines
753 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

douyin:
rooms: ['房间1', '房间2'] # 这里填写房间号,或者完整的直播房间链接
users: [] # 功能还没开发完,这里暂时没用
mitm: {host: 127.0.0.1, port: 7080} # 没有必要最好不要动这个
output:
debug: {known: false, save_path: ./debug} # 默认不会用到,仅供调试使用用,一般不需要动
use: ['print', 'xml'] # print 打印出来xml B站弹幕姬兼容文件
xml: {file_pattern: '{room_id}_{ts}.xml', save_path: ./} # save_path可以修改为保存在哪里
webdriver:
chrome: {bin: chromedriver, no_sandbox: true} # 只有chromebin为chromedriver文件的位置
headless: false # 是否显示浏览器界面true 显示false 不显示
use: chrome # 现阶段只有chrome