add better rewrite rules

This commit is contained in:
Philipp Hagemeister
2016-06-04 11:39:40 +02:00
parent c0716886d8
commit 00221fad40
4 changed files with 6 additions and 2 deletions

View File

@@ -11,5 +11,9 @@ RewriteRule ^(faq-)?anime$ https://github.com/rg3/youtube-dl/blob/master/README.
RewriteRule ^(faq-)?citw$ https://github.com/rg3/youtube-dl/blob/master/README.md#do-i-always-have-to-pass-in---max-quality-format-or--citw [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 ^latest/version$ latest_version [L,T=text/plain]
RewriteRule ^latest_version$ - [T=text/plain]
RewriteRule ^latest/(.*)$ /downloads/latest/$1 [R=302,L]