mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-18 00:05:46 +00: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
2 changed files with 10 additions and 0 deletions
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 a new issue