mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
Linkify latest
This commit is contained in:
parent
005caca467
commit
c20b2894ff
|
@ -18,7 +18,7 @@ sort($versions);
|
|||
$latest = end($versions);
|
||||
|
||||
echo '<div class="latest">';
|
||||
echo '<div>Latest (v' . htmlspecialchars($latest) . ') downloads:</div>';
|
||||
echo '<div><a href="latest">Latest</a> (v' . htmlspecialchars($latest) . ') downloads:</div>';
|
||||
echo '<a href="downloads/' . htmlspecialchars($latest) . '/youtube-dl">youtube-dl</a> ';
|
||||
echo '<a href="downloads/' . htmlspecialchars($latest) . '/youtube-dl.exe">youtube-dl.exe</a> ';
|
||||
echo '<a href="downloads/' . htmlspecialchars($latest) . '/youtube-dl-' . htmlspecialchars($latest) . '.tar.gz">youtube-dl-' . htmlspecialchars($latest) . '.tar.gz</a>';
|
||||
|
|
Loading…
Reference in a new issue