Files
abot/plugins/douyin_parser/config.toml

16 lines
556 B
TOML
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]
enable = true
# 解析顺序说明:
# 1. 优先直接解析抖音分享页 HTML本地解析不依赖第三方接口
# 2. 本地解析失败后,再回退到现有内网解析服务;
# 3. 最后才使用外部接口兜底。
# 发送模式: card(发送卡片) 或 file(下载并发送文件)
download_mode = "card"
# Http代理设置用于获取真实链接发送卡片如果家里有ipv6可以设置为空
# 格式: http://用户名:密码@代理地址:代理端口
# 例如http://127.0.0.1:7890
http_proxy = ""