suisei-cn/Fetch and Save
Fetch something from a URL, and save it in a directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The url | yes | "" |
| target | Target file destination | yes | . |
| auto-match | Match the first URL from "url" | no | false |
| filename | Filename for the downloaded file | no | "" |
| retry-times | Times to retry on download failure | no | 0 |
Outputs
| name | description |
|---|---|
| filename | Written file name |