Add /mlp/ archive redirection. #518
This commit is contained in:
parent
a045d238e3
commit
26c18d1526
@ -4593,6 +4593,7 @@
|
|||||||
case 'an':
|
case 'an':
|
||||||
case 'fit':
|
case 'fit':
|
||||||
case 'k':
|
case 'k':
|
||||||
|
case 'mlp':
|
||||||
case 'r9k':
|
case 'r9k':
|
||||||
case 'toy':
|
case 'toy':
|
||||||
case 'x':
|
case 'x':
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
master
|
master
|
||||||
- Mayhem
|
- Mayhem
|
||||||
Fix cooldown on /q/.
|
Fix cooldown on /q/.
|
||||||
|
Add /mlp/ archive redirection.
|
||||||
|
|
||||||
2.34.4
|
2.34.4
|
||||||
- Mayhem
|
- Mayhem
|
||||||
|
|||||||
@ -3634,7 +3634,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', 'fit', 'k', 'r9k', 'toy', 'x'
|
when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x'
|
||||||
url = "http://archive.heinessen.com/#{path}"
|
url = "http://archive.heinessen.com/#{path}"
|
||||||
if threadID and postID
|
if threadID and postID
|
||||||
url += "#p#{postID}"
|
url += "#p#{postID}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user