archive.no-ip.org is no more. Close #394
This commit is contained in:
parent
dba8576225
commit
3fd2a63d93
@ -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 + "/";
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
master
|
||||
- Mayhem
|
||||
Remove archive.no-ip.org archive redirections.
|
||||
|
||||
2.29.5
|
||||
- Mayhem
|
||||
|
||||
@ -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}/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user