Fix the path to the configuration file

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-01-13 19:10:44 +01:00
parent 7fb298e717
commit 158d35395f

View file

@ -125,7 +125,7 @@ For a complete list, execute <code>youtube-dl --list-extractors</code>.
<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>~/.local/config/youtube-dl.conf</code>.
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>.
</p>
<div class="note">