summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-11 03:55:38 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-11 03:55:38 +0700
commite275a2f1abaa6c854e9b45cc4b01809eac0ba516 (patch)
treef06b1d35d0d1198c4a9ab782dd1b56f1c1f82a37
parent8afb663891fad5eddd91dbfa3c5b984795d8f8b8 (diff)
downloadyoutube-dl-e275a2f1abaa6c854e9b45cc4b01809eac0ba516.tar.gz
youtube-dl-e275a2f1abaa6c854e9b45cc4b01809eac0ba516.tar.xz
youtube-dl-e275a2f1abaa6c854e9b45cc4b01809eac0ba516.zip
[update_latest.sh] Fix root latest redirection
-rwxr-xr-xupdate_latest.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/update_latest.sh b/update_latest.sh
index 12c4f8cff..4f5ac56fc 100755
--- a/update_latest.sh
+++ b/update_latest.sh
@@ -16,6 +16,4 @@ echo -e "RewriteEngine On" > downloads/.htaccess
 echo -e "RewriteRule ^$ https://github.com/rg3/youtube-dl/releases" >> downloads/.htaccess
 echo -e "RewriteRule ^(\d{4}\.\d{2}\.\d{2}(?:\.\d+)?/?)$ https://github.com/rg3/youtube-dl/releases/tag/\$1" >> downloads/.htaccess
 echo -e "RewriteRule ^(\d{4}\.\d{2}\.\d{2}(?:\.\d+)?/.+)$ https://github.com/rg3/youtube-dl/releases/download/\$1" >> downloads/.htaccess
-echo -e "RewriteRule latest(.*) /downloads/$1 [L,R=302]" >> downloads/.htaccess
-
-
+echo -e "RewriteRule latest(.*) /downloads/$1\$1 [L,R=302]" >> downloads/.htaccess