maidlab.jp -> heinessen.com
This commit is contained in:
parent
d7c37fd5fe
commit
7ab272005a
@ -4555,7 +4555,7 @@
|
||||
case 'r9k':
|
||||
case 'toy':
|
||||
case 'x':
|
||||
url = "http://archive.maidlab.jp/" + path;
|
||||
url = "http://archive.heinessen.com/" + path;
|
||||
if (threadID && postID) {
|
||||
url += "#p" + postID;
|
||||
}
|
||||
|
||||
@ -3558,7 +3558,7 @@ Redirect =
|
||||
# when 'cgl', 'g', 'w'
|
||||
# "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
|
||||
# when 'an', 'k', 'toy', 'x'
|
||||
# "http://archive.maidlab.jp/#{board}/full_image/#{filename}"
|
||||
# "http://archive.heinessen.com/#{board}/full_image/#{filename}"
|
||||
# when 'e'
|
||||
# "https://md401.homelinux.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
|
||||
post: (board, postID) ->
|
||||
@ -3597,7 +3597,7 @@ Redirect =
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
when 'an', 'fit', 'k', 'r9k', 'toy', 'x'
|
||||
url = "http://archive.maidlab.jp/#{path}"
|
||||
url = "http://archive.heinessen.com/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
when 'e'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user