douyin-video
Installation
Summary
Douyin watermark-free video downloader with automatic speech-to-text transcription and file export.
- Parses Douyin share links to extract direct download URLs for watermark-free videos without requiring API keys
- Downloads videos locally and extracts speech content via SiliconFlow's SenseVoice API, automatically saving transcripts as Markdown files organized by video ID
- Supports three action modes: info retrieval, video download, and text extraction with optional concurrent video saving
- Requires FFmpeg for audio/video processing and SiliconFlow API key only for transcription; includes quiet mode and Python library integration for programmatic use
SKILL.md
抖音无水印视频下载和文案提取
从抖音分享链接获取无水印视频下载链接, 下载视频, 并使用语音识别提取视频中的文案, 自动保存到文件.
功能概述
- 获取下载链接: 从抖音分享链接解析出无水印视频的直接下载地址 (无需 API 密钥)
- 下载视频: 将无水印视频下载到本地指定目录
- 提取文案: 通过语音识别从视频中提取文字内容 (需要硅基流动 API 密钥)
- 自动保存: 每个视频的文案自动保存到独立文件夹 (视频ID为文件夹名)
环境要求
依赖安装
pip install requests ffmpeg-python