personal-video-dl

视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载"

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "personal-video-dl" with this command: npx skills add chellen021/personal-video-dl

视频下载工具

基于 yt-dlp 的强大视频下载工具,支持数千个视频网站。

功能特性

  • 多平台支持:YouTube、Bilibili、抖音、TikTok、西瓜视频、微博等
  • 智能识别:自动识别视频平台
  • 格式选择:支持最佳质量、仅音频、指定格式
  • 批量下载:支持从文件批量下载
  • 字幕下载:可选下载视频字幕
  • 播放列表:支持下载整个播放列表

触发方式

下载视频 https://www.youtube.com/watch?v=xxxxx
视频下载 "B站链接" --audio-only
帮我下载这个视频:抖音链接

使用方法

命令行使用

# 下载单个视频(最佳质量)
python3 video_downloader.py "https://www.youtube.com/watch?v=xxxxx"

# 仅下载音频(MP3)
python3 video_downloader.py "URL" --audio-only

# 指定下载目录
python3 video_downloader.py "URL" -o ~/Desktop/Videos

# 下载带字幕
python3 video_downloader.py "URL" --subtitle

# 批量下载(从文件)
python3 video_downloader.py -f urls.txt

批量下载文件格式

创建 urls.txt 文件:

# 这是注释
https://www.youtube.com/watch?v=xxxxx
https://www.bilibili.com/video/xxxxx
https://v.douyin.com/xxxxx

参数说明

参数说明示例
url视频链接"https://..."
-f, --file批量下载文件-f urls.txt
-o, --output下载目录-o ~/Videos
-q, --quality视频质量-q best
-a, --audio-only仅音频--audio-only
-s, --subtitle下载字幕--subtitle
-p, --playlist下载播放列表--playlist

支持的平台

  • 国际: YouTube、TikTok、Instagram、Twitter/X、Facebook、Reddit
  • 国内: Bilibili、抖音、西瓜视频、微博
  • 其他: 数千个网站(详见 yt-dlp 支持列表)

前置依赖

# 安装 yt-dlp
pip install -U yt-dlp

# 或使用脚本安装
python3 video_downloader.py --install

输出

  • 默认目录: ~/Downloads/Videos/
  • 文件命名: 视频标题.扩展名
  • 音频格式: MP3
  • 视频格式: MP4

故障排除

问题解决方案
yt-dlp 未安装运行 pip install -U yt-dlp
下载失败检查网络连接,部分网站需要代理
格式不支持尝试更新 yt-dlp: pip install -U yt-dlp
权限错误检查下载目录写入权限

技术说明

  • 底层工具: yt-dlp
  • Python 版本: 3.7+
  • 依赖: yt-dlp

文件结构

skills/video-downloader/
├── SKILL.md              # 本说明文件
└── video_downloader.py   # 主脚本

Created: 2026-03-08

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Fitbit Tracker

Personal Fitbit integration for daily health tracking with adaptive sleep and activity reporting

Registry SourceRecently Updated
General

Ollama Load Balancer

Ollama load balancer for Llama, Qwen, DeepSeek, and Mistral inference across multiple machines. Load balancing with auto-discovery via mDNS, health checks, q...

Registry SourceRecently Updated
General

Google Merchant Center

Google Merchant Center integration. Manage Accounts. Use when the user wants to interact with Google Merchant Center data.

Registry SourceRecently Updated
General

Twitter/X All-in-One — Search, Monitor & Publish Text & Media Posts

Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike...

Registry SourceRecently Updated