tkwkeven/dsh-ytdlp0

dsh-ytdlp

基于 yt-dlp 的视频和音频下载工具插件。支持查询视频信息、下载视频或提取音频,并返回本地文件路径供飞书等会话渠道发送。

AI 分析

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

包名
dsh-ytdlp
版本
0.1.0
许可证
MIT
最近更新
2026年8月22日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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)