describe permitted .conf file content

Determined by inspecting the documentation for the Python `shlex`
module:

http://docs.python.org/2/library/shlex.html
This commit is contained in:
Alex Peters 2013-06-17 21:55:15 +10:00
parent d2b808ce4b
commit 5ea8a2b4ff
1 changed files with 1 additions and 1 deletions

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>~/.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>. 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">