foolz archive /m/ and /tg/ too now.

This commit is contained in:
Nicolas Stepien 2011-11-01 04:36:43 +01:00
parent 51649f3ae2
commit 85f03df603
2 changed files with 3 additions and 1 deletions

View File

@ -2730,6 +2730,8 @@
break; break;
case 'a': case 'a':
case 'jp': case 'jp':
case 'm':
case 'tg':
case 'tv': case 'tv':
url = "http://archive.foolz.us/" + g.BOARD + "/thread/" + g.THREAD_ID; url = "http://archive.foolz.us/" + g.BOARD + "/thread/" + g.THREAD_ID;
break; break;

View File

@ -2033,7 +2033,7 @@ redirect = ->
url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'lit' when 'lit'
url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'a', 'jp', 'tv' when 'a', 'jp', 'm', 'tg', 'tv'
url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.foolz.us/#{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', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"