Bump version number
[youtube-dl] / index.html.in
index c64361152cd9bd8159f13cff9278def3b622a37f..c503df7df3f18f236caa928b77fb99a5ad7950a1 100644 (file)
@@ -141,6 +141,20 @@ to attempt to download every video with the -i or --ignore-errors option.</li>
 <li>The -a or --batch-file option lets you specify a file to read URLs from.
 The file must contain one URL per line.</li>
 
+<li>The program can be told not to overwrite existing files using the -w or
+--no-overwrites option.</li>
+
+<li>For YouTube, you can also use the URL of a playlist, and it will download
+all the videos in that playlist.</li>
+
+<li>For YouTube, you can also use the special word <em>ytsearch</em> to
+download search results. With <em>ytsearch</em> it will download the
+first search result. With <em>ytsearchN</em>, where N is a number, it
+will download the first N results. With <em>ytsearchall</em> it will
+download every result for that search. In most systems you'll need to
+use quotes for multiple words. Example: <em>youtube-dl "ytsearch3:cute
+kittens"</em>.
+
 <li><em>youtube-dl</em> honors the <em>http_proxy</em> environment variable
 if you want to use a proxy. Set it to something like
 <em>http://proxy.example.com:8080</em>, and do not leave the <em>http://</em>
@@ -158,7 +172,7 @@ That's ok.</li>
 
 </ul>
 
-<h2 id="otpl">Download it</h2>
+<h2>Download it</h2>
 
 <p>Note that if you directly click on these hyperlinks, your web browser will
 most likely display the program contents. It's usually better to
@@ -173,7 +187,7 @@ are using.</p>
         <li><strong>SHA256</strong>: @PROGRAM_SHA256SUM@</li>
 </ul>
 
-<h2>Output template</h2>
+<h2 id="otpl">Output template</h2>
 
 <p>The -o option allows users to indicate a template for the output file names.
 The basic usage is not to set any template arguments when downloading a single
@@ -205,6 +219,7 @@ When some command line options are used, it's replaced by other templates like
 <ul>
 <li>Ricardo Garcia Gonzalez: program core, YouTube.com InfoExtractor,
 metacafe.com InfoExtractor and YouTube playlist InfoExtractor.</li>
+<li>Danny Colligan: YouTube search InfoExtractor, ideas and patches.</li>
 <li>Many other people contributing patches, code, ideas and kind messages. Too
 many to be listed here. You know who you are. Thank you very much.</li>
 </ul>