Install
openclaw skills install @francis-xavier-code/tiktok-douyin-dl抖音/TikTok 无水印视频和图文批量下载工具。Linux 预编译单文件,支持 douyin-dl 和 tiktok-dl 两个命令。
openclaw skills install @francis-xavier-code/tiktok-douyin-dl跨平台的高效工具套件,用于下载 TikTok 和抖音无水印视频及图文作品。
~/.local/bin/douyin-dl (75MB)~/.local/bin/tiktok-dl (75MB)https://github.com/Xynrin/tiktok-douyin-dl~/.cache/ms-playwright/(首次运行自动下载,完成后后续秒用)# CLI 模式(推荐):直接传链接
douyin-dl "https://v.douyin.com/xxxxx/" "保存目录"
# 交互模式:运行后粘贴链接
douyin-dl
# CLI 模式
tiktok-dl "https://www.tiktok.com/@user/video/xxxxx" "保存目录"
# 交互模式
tiktok-dl
pip3 install playwright --break-system-packages -i https://pypi.tuna.tsinghua.edu.cn/simple
playwright install chromium
curl -fL "https://github.com/Xynrin/tiktok-douyin-dl/releases/download/v1.6.4/douyin-dl" -o ~/.local/bin/douyin-dl
curl -fL "https://github.com/Xynrin/tiktok-douyin-dl/releases/download/v1.6.4/tiktok-dl" -o ~/.local/bin/tiktok-dl
chmod +x ~/.local/bin/douyin-dl ~/.local/bin/tiktok-dl