mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-02 16:37:59 +09:00
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.
This commit is contained in:
parent
86d55e2f99
commit
1a93d2ce6e
5
downloads/.htaccess
Normal file
5
downloads/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule ^$ https://github.com/rg3/youtube-dl/releases
|
||||
RewriteRule latest(.*) /downloads/2016.06.03$1 [L,R=302]
|
||||
|
5
downloads/2016.06.03/.htaccess
Normal file
5
downloads/2016.06.03/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule ^$ https://github.com/rg3/youtube-dl/releases/tag/2016.06.03_tmp [R=302,L]
|
||||
RewriteRule ^(.+)$ https://github.com/rg3/youtube-dl/releases/download/2016.06.03_tmp/$1 [R=302,L]
|
||||
|
Loading…
Reference in New Issue
Block a user