Douyin Downloader
Paste the following prompt into your AI chat to install this skill:
Please install @user_09701b7c/douyin-zh according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem It Solves
Douyin short videos and image-text notes are often scattered across mobile and web endpoints, while many download tools require login, API registration, follower subscriptions, or ad-heavy web clients. douyin downloader targets a narrow engineering use case: given one link, retrieve a locally archivable video file or note assets without routing data through third-party servers.
How It Works
The skill breaks the download flow into link resolution, content fetching, and local file output. Users provide a short URL such as v.douyin.com/xxxxx/, and the tool resolves the target content, then writes artifacts by type:
- Short video: saved as
douyin_video_{id}.mp4 - Image-text note: saved as image files plus
content.md, where the first sentence becomes# title, body paragraphs are preserved, and#xxxhashtags are listed separately
On first run, it checks dependencies, prepares the runtime environment, and sets up browser components to reduce manual setup. Files are placed under downloads/, which makes it suitable for quick asset collection, content backup, or downstream analysis.
Limits And Notes
It mainly targets publicly accessible Douyin content. If an author restricts a note to fans or requires login, the downloader cannot bypass those permissions. Image quality is constrained by the resources exposed through Douyin's PC endpoint and may differ from the original upload. Download speed depends on Douyin CDN throttling and local network conditions. Domestic dependency installation prefers China mirrors, but unstable network conditions can still occur and may require manual dependency handling.
Use Cases
- After receiving a v.douyin.com short-video link, save the MP4 locally for offline archival and reuse.
- Download a Douyin image-text note locally, then review content.md for title, body, and hashtag completeness.
- Before offline analysis of public Douyin video assets, save the linked MP4 into the downloads directory.
- Given a public note link, extract the image files and content.md to verify original wording and hashtags.
Best For
- media operations staff who need to back up public Douyin short videos
- new media editors organizing Douyin image-text note copy
- engineers analyzing public short-video assets locally
- automation developers who want no-login retrieval of public Douyin content
Related Skills
Query Douyin creator videos, image/text posts, and short-drama series by sec_user_id or profile URL with paginated list retrieval.
Uses CDP-controlled browser screenshots of Douyin video pages and multimodal AI to extract teaching points into a Markdown report.
Query Douyin hot searches and works with SocialDataX API or MCP tools, supporting keyword, sorting, time range, duration, content type, and pagination.
Fetch the GitHub Trending leaderboard and generate fact-grounded project analysis, trend hypotheses, and directional insights.