抖音视频批量下载工具。支持单视频、批量下载、自动去重、无水印下载,智能选择最优下载方式(yt-dlp/Playwright)。
强大的抖音视频批量下载工具,支持无水印下载和批量处理
# 使用分享链接
node scripts/download.js "https://v.douyin.com/xxxxx"
# 使用完整链接
node scripts/download.js "https://www.douyin.com/video/123456"
# 从文件读取链接列表
node scripts/download.js --batch links.txt
# links.txt 格式(每行一个链接)
https://v.douyin.com/xxxxx
https://v.douyin.com/yyyyy
# 指定输出目录
node scripts/download.js "https://v.douyin.com/xxxxx" --output ./videos
# 指定文件名
node scripts/download.js "https://v.douyin.com/xxxxx" --filename myvideo
# 并发下载数量
node scripts/download.js --batch links.txt --concurrent 3
=== 抖音视频下载器 ===
📹 目标: https://v.douyin.com/xxxxx
🔍 正在解析视频信息...
✓ 视频标题: 想念我的巴掌了嘛bb~
✓ 作者: Hello_mm11
✓ 时长: 13秒
⬇️ 开始下载...
📦 使用 yt-dlp 下载
⬇️ 下载进度: 100%
✅ 下载完成: ./downloads/video123.mp4
📊 文件信息:
• 大小: 2.3 MB
• 时长: 13 秒
• 分辨率: 1080x1920
# Linux/macOS
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
chmod a+rx /usr/local/bin/yt-dlp
# Windows
# 从 https://github.com/yt-dlp/yt-dlp/releases 下载 yt-dlp.exe
Leo & Neo (Startup Partners)
ZIP package — ready to use