download_audio
Retrieve audio from online videos to your downloads, with options for quality and format. Convert to MP3, WAV, or other types for transcription.
Instructions
Download a video's audio track into the downloads dir via yt-dlp.
quality: "best" (default, highest bitrate), "high" (>=128 kbps floor), "standard" (<=128 kbps, smaller), or "low". output_format: "orig" keeps the platform's container; one of mp3/wav/m4a/opus/flac/aac re-encodes with ffmpeg as a postprocess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| quality | No | best | |
| output_format | No | orig |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |