xfiles.to -> maidlab.jp

This commit is contained in:
Nicolas Stepien 2012-06-30 18:01:38 +02:00
parent 52043d63ee
commit 9f756df31a
2 changed files with 3 additions and 3 deletions

View File

@ -4098,7 +4098,7 @@
case 'r9k':
case 'toy':
case 'x':
url = "http://archive.xfiles.to/" + path;
url = "http://archive.maidlab.jp/" + path;
if (threadID && postID) {
url += "#p" + postID;
}

View File

@ -3149,7 +3149,7 @@ Redirect =
# when 'cgl', 'g', 'w'
# "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
# when 'an', 'toy', 'x'
# "http://archive.xfiles.to/#{board}/full_image/#{filename}"
# "http://archive.maidlab.jp/#{board}/full_image/#{filename}"
# when 'e'
# "https://md401.homelinux.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
post: (board, postID) ->
@ -3188,7 +3188,7 @@ Redirect =
if threadID and postID
url += "#p#{postID}"
when 'an', 'r9k', 'toy', 'x'
url = "http://archive.xfiles.to/#{path}"
url = "http://archive.maidlab.jp/#{path}"
if threadID and postID
url += "#p#{postID}"
when 'e'