mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
Added the template for the supported sites and the generated page.
Link to that page in documentation.html
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user