From 167e13273ee8fa59402b504c0d0f4e5676b82076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 17 Jul 2016 18:45:31 +0700 Subject: [PATCH] Use latest in download URLs --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index ee5af0c20..c4ccc7802 100644 --- a/index.php +++ b/index.php @@ -14,9 +14,9 @@ $latest = file_get_contents('latest_version'); echo '
'; echo '
Latest (v' . htmlspecialchars($latest) . ') downloads:
'; -echo 'youtube-dl '; -echo 'youtube-dl.exe '; -echo 'youtube-dl-' . htmlspecialchars($latest) . '.tar.gz'; +echo 'youtube-dl '; +echo 'youtube-dl.exe '; +echo 'youtube-dl-' . htmlspecialchars($latest) . '.tar.gz'; echo '
'; ?>