1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 15:27:15 +08:00
youtube-dl/index.html.in
2020-03-20 12:39:55 -03:00

49 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>youtube-dl</title>
<meta name="description" content="youtube-dl is a command-line program to download videos from YouTube and a few more sites">
<link rel="alternate" type="application/atom+xml" title="youtube-dl releases" href="update/releases.atom" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<h1><a href="index.html">youtube-dl</a></h1>
<h2>Download videos from YouTube (and <a href="supportedsites.html">more sites</a>)</h2>
<hr>
</div>
<div class="container">
<div class="download">
<div class="terminal">
<p># Latest version</p>
<p>$ youtube-dl --version</p>
<p>@PROGRAM_VERSION@</p></div>
<p><a class="download-button" id="g" href="download.html">Download</a><p>
</div>
<h3>Description:</h3>
<p><em>youtube-dl</em> is a command-line program to download videos from YouTube.com and a few <a href="supportedsites.html">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>
<div class="terminal">
<p># Usage</p>
<p>$ youtube-dl [OPTIONS] URL [URL...]</p>
</div>
<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>
<p>If you like this project, you may donate <a href="donations.html">here</a>.</p>
<div class="bottom-navbar">
<a class="button" id="doc" href="https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme">Documentation</a>
<a class="button" id="support" href="https://github.com/ytdl-org/youtube-dl/issues/new/choose">Support</a>
<a class="button" id="dev" href="https://github.com/ytdl-org/youtube-dl/">Develop</a>
<a class="button" id="about" href="about.html">About</a>
</div>
</div>
<div class="note">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" src="80x15.png" />
</a>
<p>Copyright © 2006-2011 Ricardo Garcia Gonzalez</p>
<p>Copyright © 2011-2020 youtube-dl developers</p>
</div>
</body>
</html>