mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-15 05:37:15 +08:00
Our hoster uberspace noted that we're by far exceeding our traffic limit. For now, redirect everything to GitHub releases.
6 lines
205 B
ApacheConf
6 lines
205 B
ApacheConf
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]
|
|
|