download_file
Retrieve files from any URL and save them to your local downloads directory.
Instructions
Download a file from a URL to the local downloads directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the file to download. | |
| filename | No | The name of the file to save (e.g. video.mp4). If not provided, a random name will be generated. |