Foolz does not archive images from /co/.
This commit is contained in:
parent
49fdf9a8d3
commit
4d61057eb4
@ -3767,7 +3767,6 @@
|
|||||||
}
|
}
|
||||||
switch (board) {
|
switch (board) {
|
||||||
case 'a':
|
case 'a':
|
||||||
case 'co':
|
|
||||||
case 'jp':
|
case 'jp':
|
||||||
case 'm':
|
case 'm':
|
||||||
case 'tg':
|
case 'tg':
|
||||||
|
|||||||
@ -2891,7 +2891,7 @@ Redirect =
|
|||||||
# Do not use g.BOARD, the image url can originate from a cross-quote.
|
# Do not use g.BOARD, the image url can originate from a cross-quote.
|
||||||
return unless Conf['404 Redirect']
|
return unless Conf['404 Redirect']
|
||||||
switch board
|
switch board
|
||||||
when 'a', 'co', 'jp', 'm', 'tg', 'u', 'vg'
|
when 'a', 'jp', 'm', 'tg', 'u', 'vg'
|
||||||
"http://archive.foolz.us/#{board}/full_image/#{filename}"
|
"http://archive.foolz.us/#{board}/full_image/#{filename}"
|
||||||
# these will work whenever https://github.com/eksopl/fuuka/issues/23 is done
|
# these will work whenever https://github.com/eksopl/fuuka/issues/23 is done
|
||||||
# when 'cgl', 'g', 'w'
|
# when 'cgl', 'g', 'w'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user