douyin-video-fetch

下载抖音视频到本地(无水印优先)。用于给后续视频分析/复刻提供原始素材,支持 URL 或 video_id 输入、批量列表输入与统一输出目录。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "douyin-video-fetch" with this command: npx skills add KAMIENDER/douyin-video-fetch

Douyin Video Fetch

Overview

把抖音链接下载成可分析的本地 mp4。 这是“视频复刻”链路的素材入口层。

何时使用

  • 你需要把目标视频落地到本地做拆解
  • 你拿到的是 video_id,想直接下载
  • 你要批量下载一组抖音视频做样本库

快速用法

单条下载:

python scripts/fetch_video.py "https://www.douyin.com/video/7599980362898427178"

用 video_id 下载:

python scripts/fetch_video.py 7599980362898427178

批量(每行一个 URL 或 video_id):

python scripts/fetch_video.py --file input.txt --output-dir ./downloads/douyin

输出

  • 默认输出目录:./downloads
  • 文件名:<video_id>.mp4
  • 终端会输出每条的成功/失败结果与落盘路径

备注

  • 该技能只负责下载,不做ASR/镜头分析。
  • 下载失败时建议先用 douyin-url-resolver 清洗输入链接。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Douyin Video Downloader

抖音视频下载工具 - 通过第三方解析服务实现无水印视频下载

Registry SourceRecently Updated
5871Profile unavailable
General

Universal Video Downloader

Universal video downloader supporting multiple platforms (Douyin, Bilibili, YouTube, TikTok, etc.). Can download videos by URL or search by keyword (Douyin s...

Registry SourceRecently Updated
872Profile unavailable
General

Douyin Video Analyst

抖音账号视频批量采集与文案分析工作流。当用户提供抖音账号主页链接、要求抓取最新 N 条视频链接、提取视频文案(语音转文字)、或对视频内容进行总结归纳时,激活此 skill。依赖 browser 工具(抓取视频列表)和 mcporter + douyin-mcp(文案提取)。

Registry SourceRecently Updated
3960Profile unavailable
General

Video Crawler

Extract videos from Douyin and Twitter by providing platform and URL, outputting the downloaded video file or an error message.

Registry SourceRecently Updated
3170Profile unavailable