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 Supported sites p
-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.
+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
(%APPDATA%\youtube-dl\config.txt
and C:\Users\<Yourname>\youtube-dl.conf
on Windows). Arguments in these files may be written across multiple lines, and any line beginning with the #
character will be treated as a comment.