Revert "抖音解析改为本地页面优先"

This reverts commit 6e0483a49e.
This commit is contained in:
Liu
2026-05-01 12:45:32 +08:00
parent 6bee4b86f5
commit 3a56c1339c
2 changed files with 8 additions and 257 deletions

View File

@@ -4,12 +4,6 @@ enable = true
# 发送模式: card(发送卡片) 或 file(下载并发送文件)
download_mode = "card"
# 本地页面解析超时(秒):
# 1. 现在抖音解析会优先直接请求分享页并从 HTML 中提取作品数据;
# 2. 如果本地网络偶尔较慢,可以适当调大这个值;
# 3. 本地解析超时或失败后,插件仍会继续走原来的内网接口和外部接口兜底。
local_parse_timeout_seconds = 12
# Http代理设置用于获取真实链接发送卡片如果家里有ipv6可以设置为空
# 格式: http://用户名:密码@代理地址:代理端口
# 例如http://127.0.0.1:7890