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;
|
return "//fuuka.warosu.org/" + board + "/full_image/" + filename;
|
||||||
case 'cgl':
|
case 'cgl':
|
||||||
case 'g':
|
case 'g':
|
||||||
|
case 'mu':
|
||||||
|
case 'soc':
|
||||||
case 'w':
|
case 'w':
|
||||||
return "//archive.rebeccablacktech.com/" + board + "/full_image/" + filename;
|
return "//archive.rebeccablacktech.com/" + board + "/full_image/" + filename;
|
||||||
case 'an':
|
case 'an':
|
||||||
|
case 'fit':
|
||||||
case 'k':
|
case 'k':
|
||||||
|
case 'mlp':
|
||||||
|
case 'r9k':
|
||||||
case 'toy':
|
case 'toy':
|
||||||
case 'x':
|
case 'x':
|
||||||
return "http://archive.heinessen.com/" + board + "/full_image/" + filename;
|
return "http://archive.heinessen.com/" + board + "/full_image/" + filename;
|
||||||
|
|||||||
@ -935,9 +935,11 @@ Redirect =
|
|||||||
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
|
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
|
||||||
when 'ck', 'lit'
|
when 'ck', 'lit'
|
||||||
"//fuuka.warosu.org/#{board}/full_image/#{filename}"
|
"//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}"
|
"//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}"
|
"http://archive.heinessen.com/#{board}/full_image/#{filename}"
|
||||||
# when 'e'
|
# when 'e'
|
||||||
# "https://www.cliché.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
|
# "https://www.cliché.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user