Download Audio
download_audioExtract audio from any video URL and save as MP3. Returns the file path for immediate use.
Instructions
Download only the audio from a URL as MP3. Returns the path to the downloaded file. Uses yt-dlp with audio extraction.
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) |