tkwkeven/dsh-ytdlp0

dsh-ytdlp

视频/音频下载工具插件(基于 yt-dlp):查询视频信息、下载视频/提取音频,返回本地文件路径供会话渠道(含飞书)发送

AI Analysis

核心用于多媒体下载与音频提取。适合需要通过机器人自动获取并传输音视频文件的用户。使用前需确保系统已安装 Node.js 20+、yt-dlp 可执行文件,提取音频还需 ffmpeg 支持。

Package
dsh-ytdlp
Version
0.1.0
License
MIT
Last updated
Aug 22, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Configuration

KeyDefaultDescription
ytdlpBinauto-detectPath to the yt-dlp executable (searched: config → ~/.dsh/bin/yt-dlp~/Library/Python/3.9/bin/yt-dlp/usr/local/bin/opt/homebrew/binPATH)
outdir~/Downloads/yt-dlpDefault download directory
downloadTimeoutMs1800000Download timeout in milliseconds (min 60000)