Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Douyin Downloader Skill

Download Douyin (抖音) videos without watermarks.

⚠️ 隐私 & 安全警告

🔴 核心风险

  • Cookie = 完整登录会话:获取 Cookie 需登录抖音,泄露后他人可完全控制你的账号
  • 第三方镜像:使用 evil0ctal/douyin_tiktok_download_api(非本作者创建)

🛡️ 强烈建议

  1. 使用专用测试账号(不含真实身份/私信/敏感内容)
  2. ✅ 不要使用主账号 Cookie
  3. ✅ 审查 源码 或自行构建镜像

📖 详细说明PRIVACY.md


Quick Start

1. Setup (first time only)

cd ~/.openclaw/workspace/skills/douyin-downloader
scripts/setup.sh

2. Configure Cookie

scripts/update-cookie.sh "your-cookie-string"

See SKILL.md for how to get Cookie from browser.

3. Download videos

scripts/download.sh "https://v.douyin.com/xxxxx/"
scripts/info.sh "https://v.douyin.com/xxxxx/"

Commands

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

Cookie Lifespan

Cookies expire every 1-2 weeks. When downloads fail, run:

scripts/update-cookie.sh "new-cookie"

Service Management

# 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

Details

About

Download Douyin (抖音) videos without watermarks. Self-hosted Docker API with cookie management. OpenClaw skill.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages