download
Download a video or audio from a URL. Extract audio as MP3, clip a section, or use wait behavior to get the file name for further processing.
Instructions
[writes] Download a video or audio from a URL into vdl (best quality).
audio=True downloads MP3 (audio only).
section like '0:30-1:00' clips a part.
wait=True (default) waits for completion and returns the resulting file 'name' (use it with transcribe/get_transcript). wait=False returns immediately with a job_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait | No | ||
| audio | No | ||
| section | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||