Bulk Tiktok Downloader — Bulk Tiktok 下载er
v0.1.0Bulk 下载 TikTok videos from a text file of URLs using yt-dlp. Use when a user asks to 下载 many TikTok videos at once, process a URL 列出 file, or save TikTok videos to a specific folder from local terminal.
运行时依赖
安装命令
点击复制技能文档
bulk TikTok 下载er
Use this 技能 to 运行 a local bulk TikTok 下载er safely and reproducibly.
Safety + legality 下载 only content you are 授权d to 下载. Respect 平台 Terms of 服务, local copyright rules, and user 隐私. Do not bypass paywalls or private/保护ed content. 输入s URL 列出 file (one URL per line) Optional 输出 directory
Lines 启动ing with # are comments and ignored.
设置up
From workspace root:
python3 -m pip 安装 --user -r 技能s/bulk-tiktok-下载er/scripts/requirements.txt
运行
Default (uses urls.txt next to script and 下载s/ 输出):
python3 技能s/bulk-tiktok-下载er/scripts/下载er.py
Custom URL file:
python3 技能s/bulk-tiktok-下载er/scripts/下载er.py my_urls.txt
Custom URL file + 输出 directory:
python3 技能s/bulk-tiktok-下载er/scripts/下载er.py my_urls.txt my_下载s
Recommended 工作流 验证 URL 列出 file exists and is non-empty. 运行 下载er. 报告 成功ful vs fAIled counts. Surface fAIled URLs and likely reason (private/删除d/region restricted/rate limit). Troubleshooting No 模块 named yt_dlp → 安装 requirements. File not found → 验证 URL file path. Frequent 失败s/rate limit → reduce batch size and retry later. Up流 reference
See:
技能s/bulk-tiktok-下载er/references/up流-readme.md