Add /r9k/ archive redirection.

This commit is contained in:
Nicolas Stepien 2012-06-20 13:15:20 +02:00
parent 89154bcfcc
commit 767e9e57d1
3 changed files with 4 additions and 1 deletions

View File

@ -4025,6 +4025,7 @@
}
break;
case 'an':
case 'r9k':
case 'toy':
case 'x':
url = "http://archive.xfiles.to/" + path;

View File

@ -1,4 +1,6 @@
master
- Mayhem
Add /r9k/ archive redirection.
2.33.0
- btmcsweeney

View File

@ -3137,7 +3137,7 @@ Redirect =
url = "//archive.rebeccablacktech.com/#{path}"
if threadID and postID
url += "#p#{postID}"
when 'an', 'toy', 'x'
when 'an', 'r9k', 'toy', 'x'
url = "http://archive.xfiles.to/#{path}"
if threadID and postID
url += "#p#{postID}"