diff options
author | Philipp Hagemeister <[email protected]> | 2015-02-03 14:22:45 +0100 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2015-02-03 14:22:45 +0100 |
commit | 843060b2e02784b3d720a994f750c6d5601f411f (patch) | |
tree | 3ddb9c8c87478e011e83e93462f1d37b28def9af | |
parent | 9c49a1a8bd05b00117c41e8f39fdde27171ab6bc (diff) | |
download | youtube-dl-843060b2e02784b3d720a994f750c6d5601f411f.tar.gz youtube-dl-843060b2e02784b3d720a994f750c6d5601f411f.zip |
Correct htaccess
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L] RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L,NE] RewriteRule ^update$ https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl [R=302,L,NE] RewriteRule ^donat(e|ions)$ https://rg3.github.io/youtube-dl/donations.html [R=302,L] -RewriteRule ^faq-anime$ https://github.com/rg3/youtube-dl/blob/master/README.md#can-you-add-support-for-this-anime-video-site-or-site-which-shows-current-movies-for-free [R=302,L] +RewriteRule ^(faq-)?anime$ https://github.com/rg3/youtube-dl/blob/master/README.md#can-you-add-support-for-this-anime-video-site-or-site-which-shows-current-movies-for-free [R=302,L,NE] |