Download Video
download_videoDownload videos from URLs to local files using yt-dlp, returning the file path for best-quality MP4 output.
Instructions
Download a video from a URL to a local file. Returns the path to the downloaded file. Uses yt-dlp with best quality mp4 format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Video URL (YouTube, Vimeo, or any yt-dlp supported URL) | |
| filename | No | Output filename without extension (default: video title) | |
| output_dir | No | Output directory (default: system temp dir) |