Added filename attribute to override filename via downloader (#3730)

This commit is contained in:
Marcelo Moreira de Mello 2017-10-27 16:50:40 -04:00 committed by Fabian Affolter
parent de0f26e557
commit b46c47bca0
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -40,4 +40,5 @@ This will download the file from the given URL.
| ---------------------- | -------- | ---------------------------------------------- |
| `url` | no | The url of the file to download. |
| `subdir` | yes | Download into subdirectory of **download_dir** |
| `filename` | yes | Determine the filename. |