archive.no-ip.org is no more. Close #394

This commit is contained in:
Nicolas Stepien 2012-05-09 10:53:19 +02:00
parent dba8576225
commit 3fd2a63d93
3 changed files with 2 additions and 25 deletions

View File

@ -3691,29 +3691,6 @@
case 'g':
case 'sci':
return "https://archive.installgentoo.net/" + board + "/" + mode + "/" + id;
case '3':
case 'adv':
case 'an':
case 'ck':
case 'co':
case 'fa':
case 'fit':
case 'int':
case 'k':
case 'mu':
case 'n':
case 'o':
case 'p':
case 'po':
case 'pol':
case 'r9k':
case 'soc':
case 'sp':
case 'toy':
case 'trv':
case 'vp':
case 'x':
return "http://archive.no-ip.org/" + board + "/" + mode + "/" + id;
default:
if (mode === 'thread') {
return "//boards.4chan.org/" + board + "/";

View File

@ -1,4 +1,6 @@
master
- Mayhem
Remove archive.no-ip.org archive redirections.
2.29.5
- Mayhem

View File

@ -2869,8 +2869,6 @@ Redirect =
"http://fuuka.warosu.org/#{board}/#{mode}/#{id}"
when 'diy', 'g', 'sci'
"https://archive.installgentoo.net/#{board}/#{mode}/#{id}"
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'r9k', 'soc', 'sp', 'toy', 'trv', 'vp', 'x'
"http://archive.no-ip.org/#{board}/#{mode}/#{id}"
else
if mode is 'thread'
"//boards.4chan.org/#{board}/"