dsh-ytdlp
视频/音频下载工具插件(基于 yt-dlp):查询视频信息、下载视频/提取音频,返回本地文件路径供会话渠道(含飞书)发送
AI Analysis
核心用于多媒体下载与音频提取。适合需要通过机器人自动获取并传输音视频文件的用户。使用前需确保系统已安装 Node.js 20+、yt-dlp 可执行文件,提取音频还需 ffmpeg 支持。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
| Key | Default | Description |
|---|---|---|
ytdlpBin | auto-detect | Path to the yt-dlp executable (searched: config → ~/.dsh/bin/yt-dlp → ~/Library/Python/3.9/bin/yt-dlp → /usr/local/bin → /opt/homebrew/bin → PATH) |
outdir | ~/Downloads/yt-dlp | Default download directory |
downloadTimeoutMs | 1800000 | Download timeout in milliseconds (min 60000) |