youtube-dl/.htaccess

16 lines
1.1 KiB
ApacheConf
Raw Normal View History

2014-04-30 17:34:58 +09:00
Options +Indexes
2013-05-10 09:09:39 +09:00
RewriteEngine On
RewriteRule ^ip/?$ ip.php
2013-06-26 00:33:24 +09:00
RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L]
2014-11-14 06:42:59 +09:00
RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L,NE]
2014-11-14 08:41:41 +09:00
RewriteRule ^update$ https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl [R=302,L,NE]
2015-01-04 10:43:34 +09:00
RewriteRule ^donat(e|ions)$ https://rg3.github.io/youtube-dl/donations.html [R=302,L]
2015-02-03 22:22:45 +09:00
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]
2015-02-12 04:30:16 +09:00
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]
2015-02-03 22:20:54 +09:00