mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
add better rewrite rules
This commit is contained in:
parent
c0716886d8
commit
00221fad40
|
@ -12,4 +12,8 @@ RewriteRule ^(faq-)?citw$ https://github.com/rg3/youtube-dl/blob/master/README.m
|
||||||
RewriteRule ^example-url$ https://github.com/rg3/youtube-dl/blob/master/CONTRIBUTING.md#is-the-description-of-the-issue-itself-sufficient [R=302,L,NE]
|
RewriteRule ^example-url$ https://github.com/rg3/youtube-dl/blob/master/CONTRIBUTING.md#is-the-description-of-the-issue-itself-sufficient [R=302,L,NE]
|
||||||
RewriteRule ^g403$ https://github.com/rg3/youtube-dl/blob/master/README.md#i-extracted-a-video-url-with--g-but-it-does-not-play-on-another-machine--in-my-webbrowser [R=302,L,NE]
|
RewriteRule ^g403$ https://github.com/rg3/youtube-dl/blob/master/README.md#i-extracted-a-video-url-with--g-but-it-does-not-play-on-another-machine--in-my-webbrowser [R=302,L,NE]
|
||||||
|
|
||||||
|
RewriteRule ^latest/version$ latest_version [L,T=text/plain]
|
||||||
|
RewriteRule ^latest_version$ - [T=text/plain]
|
||||||
|
RewriteRule ^latest/(.*)$ /downloads/latest/$1 [R=302,L]
|
||||||
|
|
||||||
|
|
||||||
|
|
1
latest/.gitignore
vendored
1
latest/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
.htaccess
|
|
|
@ -11,4 +11,5 @@ fi
|
||||||
cd "$(dirname $(readlink -f $0))"
|
cd "$(dirname $(readlink -f $0))"
|
||||||
|
|
||||||
echo -n "$version" > latest_version
|
echo -n "$version" > latest_version
|
||||||
/bin/echo -e "RewriteEngine On\nRewriteRule ^(.*)$ /downloads/latest/$1 [L,R=302]" > latest/.htaccess
|
ln -sf downloads/latest downloads/$1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue