Foolz does not archive these boards' images.

This commit is contained in:
Nicolas Stepien 2012-02-18 22:54:53 +01:00
parent 1fc62d929d
commit 342aef9e3a
2 changed files with 1 additions and 3 deletions

View File

@ -3241,9 +3241,7 @@
case 'jp':
case 'm':
case 'tg':
case 'tv':
case 'u':
case 'vg':
return "http://archive.foolz.us/" + href[3] + "/full_image/" + href[5];
}
},

View File

@ -2580,7 +2580,7 @@ redirect =
# Do not use g.BOARD, the image url can originate from a cross-quote.
return unless conf['404 Redirect']
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]}"
thread: ->
return unless conf['404 Redirect']