Type: lib.http.DownloadFiles
Namespace: lib.http
Description
Download files from a list of URLs into a local folder. download, files, urls, batch
Use cases:
- Batch download files from multiple URLs
- Create local copies of remote resources
- Archive web content
- Download datasets
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| urls | List[str] |
List of URLs to download. | [] |
| output_folder | str |
Local folder path where files will be saved. | downloads |
| max_concurrent_downloads | int |
Maximum number of concurrent downloads. | 5 |
Outputs
| Output | Type | Description |
|---|---|---|
| success | List[str] |
|
| failed | List[str] |
Metadata
Related Nodes
Browse other nodes in the lib.http namespace.