2019-10-12 19:38:39 +00:00
|
|
|
download_file:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Download file
|
|
|
|
description: Download a file to the download location.
|
2019-10-12 19:38:39 +00:00
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
url:
|
2021-02-18 11:24:50 +00:00
|
|
|
name: URL
|
2019-10-12 19:38:39 +00:00
|
|
|
description: The URL of the file to download.
|
2021-02-18 11:24:50 +00:00
|
|
|
required: true
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "http://example.org/myfile"
|
2021-02-18 11:24:50 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-10-12 19:38:39 +00:00
|
|
|
subdir:
|
2021-02-18 11:24:50 +00:00
|
|
|
name: Subdirectory
|
2019-10-12 19:38:39 +00:00
|
|
|
description: Download into subdirectory.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "download_dir"
|
2021-02-18 11:24:50 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-10-12 19:38:39 +00:00
|
|
|
filename:
|
2021-02-18 11:24:50 +00:00
|
|
|
name: Filename
|
2019-10-12 19:38:39 +00:00
|
|
|
description: Determine the filename.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "my_file_name"
|
2021-02-18 11:24:50 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-10-12 19:38:39 +00:00
|
|
|
overwrite:
|
2021-02-18 11:24:50 +00:00
|
|
|
name: Overwrite
|
2019-10-12 19:38:39 +00:00
|
|
|
description: Whether to overwrite the file or not.
|
2021-02-18 11:24:50 +00:00
|
|
|
default: false
|
|
|
|
selector:
|
|
|
|
boolean:
|