mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 18:53:50 +00:00
Document config file location on Windows (#1881)
This commit is contained in:
parent
57d91e2c31
commit
7b445bb0a0
@ -91,7 +91,7 @@ For a complete list, see the <a href="supportedsites.html">Supported sites</a> p
|
|||||||
<h1 id="d8">Configuration</h1>
|
<h1 id="d8">Configuration</h1>
|
||||||
|
|
||||||
<p>
|
<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;"><Yourname></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>
|
</p>
|
||||||
|
|
||||||
<div class="note">
|
<div class="note">
|
||||||
|
Loading…
Reference in New Issue
Block a user