From 516b8fc6d9ac76dfe18c0683c1acc11be80ed20f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 17 Jan 2014 01:42:52 +0100 Subject: [PATCH] Update format documentation (Closes #2158) --- documentation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation.html b/documentation.html index 36baae646..7138aa1b1 100644 --- a/documentation.html +++ b/documentation.html @@ -21,7 +21,7 @@
  • Frequently Asked Questions
  • Supported sites
  • Proxy support
  • -
  • YouTube formats
  • +
  • Video formats
  • Output template
  • Configuration
  • @@ -60,9 +60,9 @@ For a complete list, see the Supported sites p

    youtube-dl supports downloading videos through a proxy, by setting the http_proxy environment variable to the proxy URL, as in http://proxy_machine_name:port/.

    -

    YouTube formats

    +

    YouTube Video

    -

    Using the -f option and other related options, you can specify the video format to be downloaded from YouTube. If you have an order of preference, specify the formats separating them with slashes: -f 22/17/18. Instead of keeping a video format table here, I will refer you to the list of YouTube formats on Wikipedia.

    +

    Using the -f option and other related options, you can specify the video format to be downloaded. Add the -F option to see all valid formats. If you have an order of preference other than best quality, specify the formats separating them with slashes: -f 22/17/18. You can also pass in an extension, like -f mp4/webm.

    Output template