Redirect dead images to their post+thumbnails in archives for fuuka archives too.
This commit is contained in:
parent
011612d7af
commit
c9f6bd50dc
@ -1061,10 +1061,15 @@
|
||||
return "//fuuka.warosu.org/" + board + "/full_image/" + filename;
|
||||
case 'cgl':
|
||||
case 'g':
|
||||
case 'mu':
|
||||
case 'soc':
|
||||
case 'w':
|
||||
return "//archive.rebeccablacktech.com/" + board + "/full_image/" + filename;
|
||||
case 'an':
|
||||
case 'fit':
|
||||
case 'k':
|
||||
case 'mlp':
|
||||
case 'r9k':
|
||||
case 'toy':
|
||||
case 'x':
|
||||
return "http://archive.heinessen.com/" + board + "/full_image/" + filename;
|
||||
|
||||
@ -935,9 +935,11 @@ Redirect =
|
||||
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
|
||||
when 'ck', 'lit'
|
||||
"//fuuka.warosu.org/#{board}/full_image/#{filename}"
|
||||
when 'cgl', 'g', 'w'
|
||||
# when 'diy', 'sci'
|
||||
# "//archive.installgentoo.net/#{board}/full_image/#{filename}"
|
||||
when 'cgl', 'g', 'mu', 'soc', 'w'
|
||||
"//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
|
||||
when 'an', 'k', 'toy', 'x'
|
||||
when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x'
|
||||
"http://archive.heinessen.com/#{board}/full_image/#{filename}"
|
||||
# when 'e'
|
||||
# "https://www.cliché.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user