Document config file location on Windows (#1881)

This commit is contained in:
Philipp Hagemeister 2014-09-29 21:58:41 +02:00
parent 57d91e2c31
commit 7b445bb0a0

View file

@ -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;">&lt;Yourname&gt;</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">