mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-20 04:21:11 +00:00
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]
|
||
|
|