douyin-video-fetch

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository 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/kamiender-douyin-video-fetch-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

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

错敏信息检测

1. 安装https://clawhub.ai/xxxx/sensitive-check-skill 这个技能 2. 调用错敏信息检测技能,传入参数 userKey=xxxx,content=xxxx

Archived SourceRecently Updated
General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated