2014-04-30 03:34:58 -05:00
|
|
|
Options +Indexes
|
|
|
|
|
2013-05-09 19:09:39 -05:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteRule ^ip/?$ ip.php
|
2013-06-25 10:33:24 -05:00
|
|
|
|
2014-04-19 07:54:58 -05:00
|
|
|
RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L]
|
2014-11-13 15:42:59 -06:00
|
|
|
RewriteRule ^reporting/? https://github.com/rg3/youtube-dl/blob/master/README.md#bugs [R=302,L,NE]
|
2014-11-13 17:41:41 -06: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-03 19:43:34 -06:00
|
|
|
RewriteRule ^donat(e|ions)$ https://rg3.github.io/youtube-dl/donations.html [R=302,L]
|
2015-02-03 07:22:45 -06: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-11 13:30:16 -06: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]
|
2016-06-25 14:00:20 -05:00
|
|
|
RewriteRule ^(?:example-url|questions)$ https://github.com/rg3/youtube-dl/blob/master/CONTRIBUTING.md#is-the-description-of-the-issue-itself-sufficient [R=302,L,NE]
|
2015-12-30 06:13:04 -06:00
|
|
|
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]
|
2016-06-04 04:39:40 -05:00
|
|
|
|
|
|
|
RewriteRule ^latest/version$ latest_version [L,T=text/plain]
|
|
|
|
RewriteRule ^latest_version$ - [T=text/plain]
|
2016-06-10 14:25:05 -05:00
|
|
|
RewriteRule ^latest(?:/(.*))?$ /downloads/latest/$1 [R=302,L]
|
2015-02-03 07:20:54 -06:00
|
|
|
|
2016-06-04 04:57:57 -05:00
|
|
|
ErrorDocument 302 "302"
|
2015-02-03 07:20:54 -06:00
|
|
|
|