summary refs log tree commit diff
path: root/update_latest.sh
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-03-09 18:25:26 +0700
committerSergey M․ <dstftw@gmail.com>2019-03-11 04:02:28 +0700
commit59f945e79961a89bdbf586a8f58d28e284146461 (patch)
tree7b7df4a198bad3532d353c256625f178dc63716c /update_latest.sh
parentd2e9088ee464ff465a3a48aeb09710625c0755fb (diff)
downloadyoutube-dl-59f945e79961a89bdbf586a8f58d28e284146461.tar.gz
youtube-dl-59f945e79961a89bdbf586a8f58d28e284146461.tar.xz
youtube-dl-59f945e79961a89bdbf586a8f58d28e284146461.zip
Start moving to ytdl-org
Diffstat (limited to 'update_latest.sh')
-rwxr-xr-xupdate_latest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/update_latest.sh b/update_latest.sh
index 4f5ac56fc..fe2153e73 100755
--- a/update_latest.sh
+++ b/update_latest.sh
@@ -13,7 +13,7 @@ cd "$(dirname $(readlink -f $0))"
 echo -n "$version" > latest_version
 
 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 ^$ https://github.com/ytdl-org/youtube-dl/releases" >> downloads/.htaccess
+echo -e "RewriteRule ^(\d{4}\.\d{2}\.\d{2}(?:\.\d+)?/?)$ https://github.com/ytdl-org/youtube-dl/releases/tag/\$1" >> downloads/.htaccess
+echo -e "RewriteRule ^(\d{4}\.\d{2}\.\d{2}(?:\.\d+)?/.+)$ https://github.com/ytdl-org/youtube-dl/releases/download/\$1" >> downloads/.htaccess
 echo -e "RewriteRule latest(.*) /downloads/$1\$1 [L,R=302]" >> downloads/.htaccess