mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-03 06:48:36 +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:
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]
|
||||
|
Reference in New Issue
Block a user