Add /r9k/ archive redirection.
This commit is contained in:
parent
89154bcfcc
commit
767e9e57d1
@ -4025,6 +4025,7 @@
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'an':
|
case 'an':
|
||||||
|
case 'r9k':
|
||||||
case 'toy':
|
case 'toy':
|
||||||
case 'x':
|
case 'x':
|
||||||
url = "http://archive.xfiles.to/" + path;
|
url = "http://archive.xfiles.to/" + path;
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
master
|
master
|
||||||
|
- Mayhem
|
||||||
|
Add /r9k/ archive redirection.
|
||||||
|
|
||||||
2.33.0
|
2.33.0
|
||||||
- btmcsweeney
|
- btmcsweeney
|
||||||
|
|||||||
@ -3137,7 +3137,7 @@ Redirect =
|
|||||||
url = "//archive.rebeccablacktech.com/#{path}"
|
url = "//archive.rebeccablacktech.com/#{path}"
|
||||||
if threadID and postID
|
if threadID and postID
|
||||||
url += "#p#{postID}"
|
url += "#p#{postID}"
|
||||||
when 'an', 'toy', 'x'
|
when 'an', 'r9k', 'toy', 'x'
|
||||||
url = "http://archive.xfiles.to/#{path}"
|
url = "http://archive.xfiles.to/#{path}"
|
||||||
if threadID and postID
|
if threadID and postID
|
||||||
url += "#p#{postID}"
|
url += "#p#{postID}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user