Video Downloader

Download videos from YouTube and other video platforms. Use when user needs to download videos for offline viewing, extract audio from videos, or save video metadata.

Audits

Pending

Install

openclaw skills install dinghaibin-video-downloader

Video Downloader

Download videos from YouTube and other platforms.

Quick Start

# Download video
python scripts/download.py https://youtube.com/watch?v=xxx

Usage

python scripts/download.py URL [OPTIONS]

Options:
  --output PATH     Output directory
  --format FORMAT   Video format (mp4, webm)
  --quality QUALITY Quality (best, 1080p, 720p, 480p)
  --audio-only     Extract audio only
  --list-formats   List available formats

Examples

# Download video
python scripts/download.py "https://youtube.com/watch?v=xxx"

# Download as MP4
python scripts/download.py "URL" --format mp4

# Audio only
python scripts/download.py "URL" --audio-only

# List formats
python scripts/download.py "URL" --list-formats

Supported Platforms

  • YouTube
  • Vimeo
  • Twitter/X
  • And more...

Features

  • Video downloading
  • Audio extraction
  • Quality selection
  • Format conversion
  • Metadata extraction