移除抖音解析中的yt-dlp链路并保留可用接口解析

变更项:

- 删除抖音插件内所有 yt-dlp 解析与标准化实现代码,避免 Fresh cookies 问题

- 解析链路简化为:本地业务接口(内网)-> 外部接口兜底

- 移除 requirements 中 yt-dlp 依赖,减少无效依赖和运行噪音

- 使用你提供链接完成本地验证,确认可正常获取视频地址
This commit is contained in:
liuwei
2026-04-23 15:53:02 +08:00
parent 80829dbb21
commit 64a2253813
2 changed files with 0 additions and 184 deletions

View File

@@ -52,4 +52,3 @@ undetected-chromedriver~=3.5.5
urllib3~=2.5.0
websockets~=15.0.1
websocket-client~=1.8.0
yt-dlp