youtube-dl/index.html

38 lines
2.3 KiB
HTML
Raw Normal View History

2011-09-28 07:49:19 +00:00
<!DOCTYPE html>
<html>
<head>
2013-03-29 20:18:48 +00:00
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>youtube-dl</title>
2013-03-29 20:18:48 +00:00
<link rel="stylesheet" href="style.css" type="text/css" />
2013-03-29 20:43:48 +00:00
<link rel="alternate" type="application/atom+xml" title="youtube-dl releases" href="update/releases.atom" />
</head>
<body>
2010-11-19 17:19:41 +00:00
<table class="heading"><tr>
<td class="title"><a href="index.html">youtube-dl</a></td>
<td class="subtitle">Download videos from YouTube
2014-11-24 20:06:26 +00:00
(and <a href="supportedsites.html" style="color: blue; text-decoration: underline;">more sites</a>)</td>
2010-11-19 17:19:41 +00:00
</tr></table>
2016-06-18 15:12:24 +00:00
<p><em>youtube-dl</em> is a command-line program to download videos from YouTube.com and a few <a href="supportedsites.html" style="color: blue; text-decoration: underline;">more sites</a>. It requires the <a href="http://www.python.org/">Python interpreter</a> (2.6, 2.7, or 3.2+), and it is not platform specific. We also provide a <a href="https://yt-dl.org/latest/youtube-dl.exe">Windows executable</a> that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
2011-09-28 07:55:54 +00:00
<table border="0" id="rgb">
2019-03-09 11:19:40 +00:00
<tr><td><a class="button" id="r" href="https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme">Documentation</a></td></tr>
2012-12-11 16:52:56 +00:00
<tr><td><a class="button" id="g" href="download.html">Download</a></td></tr>
<tr><td><a class="button" id="main-support" href="https://github.com/ytdl-org/youtube-dl/issues/new/choose">Support</a></td></tr>
2019-03-09 11:19:40 +00:00
<tr><td><a class="button" id="y" href="https://github.com/ytdl-org/youtube-dl/">Develop</a></td></tr>
<tr><td><a class="button" id="b" href="about.html">About</a></td></tr>
2011-09-28 07:55:54 +00:00
</table>
<p>You can also contact us on the irc channel <a href="irc://chat.freenode.net/#youtube-dl">#youtube-dl</a> (<a href="http://webchat.freenode.net/?randomnick=1&amp;channels=youtube-dl">webchat</a>) on freenode.</p>
<div class="note">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
2015-01-04 01:46:28 +00:00
src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
2018-06-03 19:39:30 +00:00
Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
2019-12-31 22:26:26 +00:00
Copyright © 2011-2020 youtube-dl developers
2018-06-03 19:39:30 +00:00
</div>
</body>
</html>