From: Ricardo Garcia Date: Sat, 31 Jan 2009 11:05:25 +0000 (+0100) Subject: Document new -a option X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=eb0d2909a85dcdaf17635ae15bf61af385a92e2e;p=youtube-dl.git Document new -a option --- 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.
  • 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.
  • +
  • The -a or --batch-file option lets you specify a file to read URLs from. +The file must contain one URL per line.
  • +
  • youtube-dl honors the http_proxy environment variable if you want to use a proxy. Set it to something like http://proxy.example.com:8080, and do not leave the http://