md401.homelinux.net -> www.cliché.net

This commit is contained in:
Nicolas Stepien 2012-08-11 18:06:12 +02:00
parent 1dbd1f3640
commit d42e4962f0
2 changed files with 3 additions and 3 deletions

View File

@ -4602,7 +4602,7 @@
} }
break; break;
case 'e': case 'e':
url = "https://md401.homelinux.net/4chan/cgi-board.pl/" + path; url = "https://www.cliché.net/4chan/cgi-board.pl/" + path;
if (threadID && postID) { if (threadID && postID) {
url += "#p" + postID; url += "#p" + postID;
} }

View File

@ -3598,7 +3598,7 @@ Redirect =
# when 'an', 'k', 'toy', 'x' # when 'an', 'k', 'toy', 'x'
# "http://archive.heinessen.com/#{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://www.cliché.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
post: (board, postID) -> post: (board, postID) ->
switch board switch board
when 'a', 'co', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'wsg', 'dev', 'foolz' when 'a', 'co', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'wsg', 'dev', 'foolz'
@ -3639,7 +3639,7 @@ Redirect =
if threadID and postID if threadID and postID
url += "#p#{postID}" url += "#p#{postID}"
when 'e' when 'e'
url = "https://md401.homelinux.net/4chan/cgi-board.pl/#{path}" url = "https://www.cliché.net/4chan/cgi-board.pl/#{path}"
if threadID and postID if threadID and postID
url += "#p#{postID}" url += "#p#{postID}"
else else