Install
openclaw skills install dinghaibin-video-downloaderDownload 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.
openclaw skills install dinghaibin-video-downloaderDownload videos from YouTube and other platforms.
# Download video
python scripts/download.py https://youtube.com/watch?v=xxx
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
# 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