diff options
author | Philipp Hagemeister <[email protected]> | 2014-09-29 21:58:41 +0200 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2014-09-29 21:58:41 +0200 |
commit | 7b445bb0a0042a73b09f3b98b4741225654ade09 (patch) | |
tree | c2371430d48ab1ad3aacd998d059dc56e0206c94 | |
parent | 57d91e2c316dd1efd2a7fafa6dbae421a17470a5 (diff) | |
download | youtube-dl-7b445bb0a0042a73b09f3b98b4741225654ade09.tar.gz youtube-dl-7b445bb0a0042a73b09f3b98b4741225654ade09.zip |
Document config file location on Windows (#1881)
-rw-r--r-- | documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation.html b/documentation.html index 7138aa1b1..dce6f5571 100644 --- a/documentation.html +++ b/documentation.html @@ -91,7 +91,7 @@ For a complete list, see the <a href="supportedsites.html">Supported sites</a> p <h1 id="d8">Configuration</h1> <p> -You can configure youtube-dl by placing default arguments (such as <code>--extract-audio --no-mtime</code> to always extract the audio and not copy the mtime) into <code>/etc/youtube-dl.conf</code> and/or <code>~/.config/youtube-dl.conf</code>. Arguments in these files may be written across multiple lines, and any line beginning with the <code>#</code> character will be treated as a comment. +You can configure youtube-dl by placing default arguments (such as <code>--extract-audio --no-mtime</code> to always extract the audio and not copy the mtime) into <code>/etc/youtube-dl.conf</code> and/or <code>~/.config/youtube-dl.conf</code> (<code>%APPDATA%\youtube-dl\config.txt</code> and <code>C:\Users\<i style="color: #222;"><Yourname></i>\youtube-dl.conf</code> on Windows). Arguments in these files may be written across multiple lines, and any line beginning with the <code>#</code> character will be treated as a comment. </p> <div class="note"> |