fetch_media
Fetches audio from any media URL to a local file for downstream analysis, returning the file path, title, and duration. Requires no API key.
Instructions
Download the best audio from a video/audio URL to a local file using yt-dlp. Returns the local path plus title and duration. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The media URL to download (any site yt-dlp supports). | |
| format | No | Output audio format (default: wav, which whisper.cpp prefers). |