From b46c47bca0a1efcb01f582dde41121849c4c57ab Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Fri, 27 Oct 2017 16:50:40 -0400 Subject: [PATCH] Added filename attribute to override filename via downloader (#3730) --- source/_components/downloader.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown index c3cec44022b..c616cc40688 100644 --- a/source/_components/downloader.markdown +++ b/source/_components/downloader.markdown @@ -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. |