video-downloader
Installation
SKILL.md
Video Downloader
Download online videos using yt-dlp — a robust, regularly-updated downloader supporting YouTube and 1000+ sites.
Prerequisites
pip install yt-dlp
# or
brew install yt-dlp
yt-dlp auto-installs itself if used via the Python script approach.
Quick Start
# Best quality (default)
yt-dlp "https://www.youtube.com/watch?v=VIDEO_ID"