summary refs log tree commit diff
path: root/downloads/.htaccess
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2016-06-04 10:08:23 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2016-06-04 10:08:23 +0200
commit1a93d2ce6ec15f854e62832780e4048b92e9566b (patch)
tree8b1c4516b0c03470495f9029ebfc30f94ecaf3e4 /downloads/.htaccess
parent86d55e2f99c5521b3067b731b17ce1656f5a9b9b (diff)
downloadyoutube-dl-1a93d2ce6ec15f854e62832780e4048b92e9566b.tar.gz
youtube-dl-1a93d2ce6ec15f854e62832780e4048b92e9566b.tar.xz
youtube-dl-1a93d2ce6ec15f854e62832780e4048b92e9566b.zip
Redirect current version to GitHub releases
Our hoster uberspace noted that we're by far exceeding our traffic limit.
For now, redirect everything to GitHub releases.
Diffstat (limited to 'downloads/.htaccess')
-rw-r--r--downloads/.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/downloads/.htaccess b/downloads/.htaccess
new file mode 100644
index 000000000..74ea14415
--- /dev/null
+++ b/downloads/.htaccess
@@ -0,0 +1,5 @@
+RewriteEngine On
+
+RewriteRule ^$ https://github.com/rg3/youtube-dl/releases
+RewriteRule latest(.*) /downloads/2016.06.03$1 [L,R=302]
+