Added the template for the supported sites and the generated page.

Link to that page in documentation.html
This commit is contained in:
Jaime Marquínez Ferrándiz
2013-08-31 15:09:41 +02:00
parent dbd043409c
commit 23ed3711fc
3 changed files with 181 additions and 4 deletions

View File

@ -51,6 +51,11 @@
<h1 id="d4">Supported sites</h1>
<p>
youtube-dl can download videos from a lot of sites, here's a list with some of the most popular.
For a complete list, see the <a href="supportedsites.html">Supported sites</a> pages or execute <code>youtube-dl --list-extractors</code>.
</p>
<ul>
<li>YouTube.com.</li>
<li>YouTube.com playlists (playlist URLs in "view_play_list" form).</li>
@ -86,10 +91,6 @@ Unsupported, see https://github.com/rg3/youtube-dl/issues/300
<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>