Site updated at 2015-06-16 15:53:45 UTC
This commit is contained in:
parent
7b44ce4dee
commit
a66a896a95
30 changed files with 179 additions and 153 deletions
|
@ -104,13 +104,16 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>downloader</code> component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.</p>
|
||||
<p><img src='/images/supported_brands/download.png' class='brand pull-right' />
|
||||
The <code>downloader</code> component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.</p>
|
||||
|
||||
<p>To enable it, add the following lines to your <code>configuration.yaml</code>:</p>
|
||||
|
||||
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'>downloader:
|
||||
<span class='line-number'>3</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'># Example configuration.yaml entry
|
||||
</span><span class='line'>downloader:
|
||||
</span><span class='line'> download_dir: downloads</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue