youtube-dl/index.php

37 lines
1.5 KiB
PHP
Raw Normal View History

2012-12-12 19:21:16 +00:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>youtube-dl</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1>youtube-dl downloads</h1>
<?php
2016-06-04 09:41:04 +00:00
$latest = file_get_contents('latest_version');
2012-12-12 19:21:16 +00:00
echo '<div class="latest">';
2013-06-25 18:53:54 +00:00
echo '<div><a href="latest">Latest</a> (v' . htmlspecialchars($latest) . ') downloads:</div>';
2016-07-17 11:45:31 +00:00
echo '<a href="downloads/latest/youtube-dl">youtube-dl</a> ';
echo '<a href="downloads/latest/youtube-dl.exe">youtube-dl.exe</a> ';
echo '<a href="downloads/latest/youtube-dl-' . htmlspecialchars($latest) . '.tar.gz">youtube-dl-' . htmlspecialchars($latest) . '.tar.gz</a>';
2012-12-12 19:21:16 +00:00
echo '</div>';
?>
2016-06-04 09:41:04 +00:00
See the right for more resources.
2012-12-12 19:21:16 +00:00
<table border="0" id="rgb" style="float: right;">
2019-03-10 21:11:04 +00:00
<tr><td><a class="button" id="main-homepage" href="http://ytdl-org.github.io/youtube-dl/">Homepage</a></td></tr>
<tr><td><a class="button" id="g" href="http://ytdl-org.github.io/youtube-dl/download.html">Download instructions</a></td></tr>
<tr><td><a class="button" id="r" href="http://ytdl-org.github.io/youtube-dl/documentation.html">Documentation</a></td></tr>
2019-03-09 11:25:26 +00:00
<tr><td><a class="button" id="main-support" href="https://github.com/ytdl-org/youtube-dl/issues/">Support</a></td></tr>
<tr><td><a class="button" id="y" href="https://github.com/ytdl-org/youtube-dl/">Develop</a></td></tr>
2019-03-10 21:11:04 +00:00
<tr><td><a class="button" id="b" href="http://ytdl-org.github.io/youtube-dl/about.html">About</a></td></tr>
2012-12-12 19:21:16 +00:00
</table>
</body>
</html>