update archives fix #379

This commit is contained in:
James Campos 2011-11-06 19:51:29 -08:00
parent b300da1cfe
commit bc4e5a2d99
2 changed files with 3 additions and 3 deletions

View File

@ -2732,7 +2732,6 @@
break;
case 'diy':
case 'g':
case 'pol':
case 'sci':
url = "http://archive.installgentoo.net/" + g.BOARD + "/thread/" + g.THREAD_ID;
break;
@ -2750,6 +2749,7 @@
case 'o':
case 'p':
case 'po':
case 'pol':
case 'soc':
case 'sp':
case 'toy':

View File

@ -2033,9 +2033,9 @@ redirect = ->
url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'lit'
url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'diy', 'g', 'pol', 'sci'
when 'diy', 'g', 'sci'
url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}"
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"
else
url = "http://boards.4chan.org/#{g.BOARD}"