summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-01-31 12:05:25 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:44 +0100
commiteb0d2909a85dcdaf17635ae15bf61af385a92e2e (patch)
treeb3fec8a4b74c37d0331303fe784f5c96a6294606
parentba72f8a5d1fa1d788c020aaace075614df3f523d (diff)
downloadyoutube-dl-eb0d2909a85dcdaf17635ae15bf61af385a92e2e.tar.gz
youtube-dl-eb0d2909a85dcdaf17635ae15bf61af385a92e2e.tar.xz
youtube-dl-eb0d2909a85dcdaf17635ae15bf61af385a92e2e.zip
Document new -a option
-rw-r--r--index.html.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html.in b/index.html.in
index c8c86a13d..c64361152 100644
--- a/index.html.in
+++ b/index.html.in
@@ -138,6 +138,9 @@ quality versions of the videos when available.</li>
 <li>Normally, the program will stop on the first error, but you can tell it
 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><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>