From 5ea8a2b4ff2660962995bf73f49c0aa0a9009ee1 Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Mon, 17 Jun 2013 21:55:15 +1000 Subject: [PATCH] describe permitted .conf file content Determined by inspecting the documentation for the Python `shlex` module: http://docs.python.org/2/library/shlex.html --- documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.html b/documentation.html index 44ba80aa1..7a2f9b07b 100644 --- a/documentation.html +++ b/documentation.html @@ -125,7 +125,7 @@ For a complete list, execute youtube-dl --list-extractors.

Configuration

-You can configure youtube-dl by placing default arguments (such as --extract-audio --no-mtime to always extract the audio and not copy the mtime) into /etc/youtube-dl.conf and/or ~/.config/youtube-dl.conf. +You can configure youtube-dl by placing default arguments (such as --extract-audio --no-mtime to always extract the audio and not copy the mtime) into /etc/youtube-dl.conf and/or ~/.config/youtube-dl.conf. Arguments in these files may be written across multiple lines, and any line beginning with the # character will be treated as a comment.