Merge pull request #365 from MayhemYDG/master

foolz archives for /m/ and /tg/
This commit is contained in:
James Campos 2011-10-31 20:40:16 -07:00
commit 0046bf44fa
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}"