Download Douyin (抖音) videos without watermarks.
🔴 核心风险:
- Cookie = 完整登录会话:获取 Cookie 需登录抖音,泄露后他人可完全控制你的账号
- 第三方镜像:使用
evil0ctal/douyin_tiktok_download_api(非本作者创建)
🛡️ 强烈建议:
- ✅ 使用专用测试账号(不含真实身份/私信/敏感内容)
- ✅ 不要使用主账号 Cookie
- ✅ 审查 源码 或自行构建镜像
📖 详细说明:PRIVACY.md
cd ~/.openclaw/workspace/skills/douyin-downloader
scripts/setup.shscripts/update-cookie.sh "your-cookie-string"See SKILL.md for how to get Cookie from browser.
scripts/download.sh "https://v.douyin.com/xxxxx/"
scripts/info.sh "https://v.douyin.com/xxxxx/"| Script | Purpose |
|---|---|
setup.sh |
Install Docker container |
update-cookie.sh |
Update Douyin Cookie |
download.sh |
Download video |
info.sh |
Get video metadata |
verify.sh |
Health check |
Cookies expire every 1-2 weeks. When downloads fail, run:
scripts/update-cookie.sh "new-cookie"# Check status
docker ps | grep douyin_api
# Restart
docker restart douyin_api
# View logs
docker logs douyin_api --tail 20
# Verify health
scripts/verify.sh- Service: http://localhost:8080
- API Docs: http://localhost:8080/docs
- Full docs: See SKILL.md