mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-10 12:14:32 +01:00
1a93d2ce6e
Our hoster uberspace noted that we're by far exceeding our traffic limit. For now, redirect everything to GitHub releases.
6 lines
134 B
ApacheConf
6 lines
134 B
ApacheConf
RewriteEngine On
|
|
|
|
RewriteRule ^$ https://github.com/rg3/youtube-dl/releases
|
|
RewriteRule latest(.*) /downloads/2016.06.03$1 [L,R=302]
|
|
|