<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>
<h1id="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>.