Update /k/ archive redirection.
This commit is contained in:
parent
2bfd36c49c
commit
51da3b75d4
@ -4527,7 +4527,6 @@
|
||||
break;
|
||||
case 'diy':
|
||||
case 'g':
|
||||
case 'k':
|
||||
case 'sci':
|
||||
url = "//archive.installgentoo.net/" + path;
|
||||
if (threadID && postID) {
|
||||
@ -4545,6 +4544,7 @@
|
||||
break;
|
||||
case 'an':
|
||||
case 'fit':
|
||||
case 'k':
|
||||
case 'r9k':
|
||||
case 'toy':
|
||||
case 'x':
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
master
|
||||
- Mayhem
|
||||
Update /k/ archive redirection.
|
||||
|
||||
2.34.2
|
||||
- Mayhem
|
||||
|
||||
@ -3551,7 +3551,7 @@ Redirect =
|
||||
# these will work whenever https://github.com/eksopl/fuuka/issues/23 is done
|
||||
# when 'cgl', 'g', 'w'
|
||||
# "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
|
||||
# when 'an', 'toy', 'x'
|
||||
# when 'an', 'k', 'toy', 'x'
|
||||
# "http://archive.maidlab.jp/#{board}/full_image/#{filename}"
|
||||
# when 'e'
|
||||
# "https://md401.homelinux.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
|
||||
@ -3582,7 +3582,7 @@ Redirect =
|
||||
url = "//fuuka.warosu.org/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
when 'diy', 'g', 'k', 'sci'
|
||||
when 'diy', 'g', 'sci'
|
||||
url = "//archive.installgentoo.net/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
@ -3590,7 +3590,7 @@ Redirect =
|
||||
url = "//archive.rebeccablacktech.com/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
when 'an', 'fit', 'r9k', 'toy', 'x'
|
||||
when 'an', 'fit', 'k', 'r9k', 'toy', 'x'
|
||||
url = "http://archive.maidlab.jp/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user