douyin-downloader

Parse Douyin share links to download watermark-free videos and generate transcripts.

361|58|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/OpenMinis/MinisSkills --skill douyin-downloader
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: douyin-downloader
Source: https://github.com/OpenMinis/MinisSkills/tree/main/douyin-downloader
Command: npx skills add https://github.com/OpenMinis/MinisSkills --skill douyin-downloader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Douyin users often need to save share-sourced videos without watermarks and extract audio transcripts for content analysis or archival purposes.

Core Features & Use Cases

  • Parse Douyin share links or text to resolve final video URLs and metadata.
  • Download watermark-free videos for reuse, archiving, or offline viewing.
  • Transcribe audio using Volcano Engine ASR (Doubao Speech) for transcripts, captions, or search indexing.
  • Use Case: A creator collects multiple Douyin clips from shares and auto-downloads clean video assets with accompanying transcripts for summaries or clips.

Quick Start

Provide a Douyin share text or link; the system will fetch the final video, save it without a watermark, and transcribe the audio if credentials are configured.

Frequently Asked Questions about douyin-downloader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a Douyin video without a watermark?▼

You can download a Douyin video without a watermark by providing a share link or text. The Skill parses the redirect to resolve the final URL and fetches the clean video asset for offline access or archiving.

How do I transcribe audio from a downloaded Douyin video?▼

To transcribe audio from a downloaded Douyin video, configure the VOLC_APP_KEY and VOLC_ACCESS_KEY environment variables for Volcano Engine ASR. The Skill then processes the audio track to generate searchable text transcripts.

Do I need Python and requests to parse Douyin share links?▼

Yes, you need Python and the requests library to parse Douyin share links. The Skill implements a Python-based workflow using requests for network calls to robustly handle redirect resolution and page parsing.

Can I batch download multiple Douyin clips and generate transcripts?▼

Yes, you can batch process multiple Douyin clips by providing share texts for each. The Skill auto-downloads watermark-free videos and generates accompanying transcripts, making it suitable for creators and content teams.

What is the best way to extract searchable text from Douyin content?▼

The best way to extract searchable text from Douyin content is downloading the watermark-free video and transcribing the audio. This Skill uses Volcano Engine ASR to produce transcripts suitable for search indexing across multiple clips.