Add /r9k/ archive redirection.
This commit is contained in:
parent
89154bcfcc
commit
767e9e57d1
@ -4025,6 +4025,7 @@
|
||||
}
|
||||
break;
|
||||
case 'an':
|
||||
case 'r9k':
|
||||
case 'toy':
|
||||
case 'x':
|
||||
url = "http://archive.xfiles.to/" + path;
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
master
|
||||
- Mayhem
|
||||
Add /r9k/ archive redirection.
|
||||
|
||||
2.33.0
|
||||
- btmcsweeney
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user