diff options
author | Philipp Hagemeister <[email protected]> | 2012-11-30 08:38:14 +0100 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2012-11-30 08:38:14 +0100 |
commit | 8c3a45b6e479643ea99061441122020691c664ff (patch) | |
tree | 5baf88cdb95ae7b761ae640472a56f26b48c3c26 | |
parent | dc9e2d8e0c15e78732a3b4c368e50ddb1cd0cba6 (diff) | |
download | youtube-dl-8c3a45b6e479643ea99061441122020691c664ff.tar.gz youtube-dl-8c3a45b6e479643ea99061441122020691c664ff.zip |
Update supported extractors
-rw-r--r-- | documentation.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation.html b/documentation.html index 7778a32e9..81da034fa 100644 --- a/documentation.html +++ b/documentation.html @@ -72,9 +72,22 @@ Unsupported, see https://github.com/rg3/youtube-dl/issues/300 <li>The Escapist.</li> <li>CollegeHumor.</li> <li>arte.tv.</li> +<li>Soundcloud.</li> +<li>xvideos.</li> +<li>infoq.</li> +<li>mixcloud.</li> +<li>Stanford Open Content.</li> +<li>Youku.</li> +<li>MTV.</li> +<li>XNXX.</li> +<li>Google Plus.</li> <li>A generic downloader that works in some sites.</li> </ul> +<p> +For a complete list, execute <code>youtube-dl --list-extractors</code>. +</p> + <h1 id="d5">Proxy support</h1> <p>youtube-dl supports downloading videos through a proxy, by setting the <em>http_proxy</em> environment variable to the proxy URL, as in <code>http://proxy_machine_name:port/</code>.</p> |