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