Start moving to ytdl-org
This commit is contained in:
parent
d2e9088ee4
commit
59f945e799
5 changed files with 23 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
RewriteEngine On
|
||||
|
||||
RewriteRule ^$ https://github.com/rg3/youtube-dl/releases
|
||||
RewriteRule latest(.*) /downloads/2016.06.03$1 [L,R=302]
|
||||
RewriteRule ^$ https://github.com/ytdl-org/youtube-dl/releases
|
||||
RewriteRule latest(.*) /downloads/2019.03.09$1 [L,R=302]
|
||||
|
||||
|
|
|
@ -1,5 +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]
|
||||
RewriteRule ^$ https://github.com/ytdl-org/youtube-dl/releases/tag/2016.06.03_tmp [R=302,L]
|
||||
RewriteRule ^(.+)$ https://github.com/ytdl-org/youtube-dl/releases/download/2016.06.03_tmp/$1 [R=302,L]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue