Foolz does not archive these boards' images.
This commit is contained in:
parent
1fc62d929d
commit
342aef9e3a
@ -3241,9 +3241,7 @@
|
|||||||
case 'jp':
|
case 'jp':
|
||||||
case 'm':
|
case 'm':
|
||||||
case 'tg':
|
case 'tg':
|
||||||
case 'tv':
|
|
||||||
case 'u':
|
case 'u':
|
||||||
case 'vg':
|
|
||||||
return "http://archive.foolz.us/" + href[3] + "/full_image/" + href[5];
|
return "http://archive.foolz.us/" + href[3] + "/full_image/" + href[5];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2580,7 +2580,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 href[3]
|
switch href[3]
|
||||||
when 'a', 'jp', 'm', 'tg', 'tv', 'u', 'vg'
|
when 'a', 'jp', 'm', 'tg', 'u'
|
||||||
"http://archive.foolz.us/#{href[3]}/full_image/#{href[5]}"
|
"http://archive.foolz.us/#{href[3]}/full_image/#{href[5]}"
|
||||||
thread: ->
|
thread: ->
|
||||||
return unless conf['404 Redirect']
|
return unless conf['404 Redirect']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user