summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-11-26 23:23:33 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-11-26 23:23:33 +0100
commit3a2c78a2dafa85bda6d84101ae5ecc6ca58d15ef (patch)
tree6f21eb15492ad6d07bcb4ff120f17e2ecdb0cced
parent23cf656bd1bf8fce19e73ba379abb83febed4c79 (diff)
downloadyoutube-dl-3a2c78a2dafa85bda6d84101ae5ecc6ca58d15ef.tar.gz
youtube-dl-3a2c78a2dafa85bda6d84101ae5ecc6ca58d15ef.tar.xz
youtube-dl-3a2c78a2dafa85bda6d84101ae5ecc6ca58d15ef.zip
Document configuration options
-rw-r--r--documentation.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation.html b/documentation.html
index 4b7b8edc2..b2d6eae89 100644
--- a/documentation.html
+++ b/documentation.html
@@ -23,6 +23,7 @@
 <li><a href="#d5">Proxy support</a></li>
 <li><a href="#d6">YouTube formats</a></li>
 <li><a href="#d7">Output template</a></li>
+<li><a href="#d8">Configuration</a></li>
 </ul>
 </div>
 
@@ -57,8 +58,11 @@
 <li>Google Video.</li>
 <li>Google Video searches ("gvsearch" keyword).</li>
 <li>Photobucket videos.</li>
+<!--
+Unsupported, see https://github.com/rg3/youtube-dl/issues/300
 <li>Yahoo! video.</li>
 <li>Yahoo! video searches ("ybsearch" keyword).</li>
+-->
 <li>Dailymotion.</li>
 <li>DepositFiles.</li>
 <li>blip.tv.</li>
@@ -95,6 +99,12 @@
 
 <p>As you may have guessed, the default template is <em>%(id)s.%(ext)s</em>. When some command line options are used, it's replaced by other templates like <em>%(stitle)s-%(id)s.%(ext)s</em>. You can specify your own.</p>
 
+<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>.
+</p>
+
 <div class="note">
 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">
 <img alt="Creative Commons License" style="border-width:0"