Update /k/ archive redirection.

This commit is contained in:
Nicolas Stepien 2012-07-18 16:00:19 +02:00
parent 2bfd36c49c
commit 51da3b75d4
3 changed files with 6 additions and 4 deletions

View File

@ -4527,7 +4527,6 @@
break; break;
case 'diy': case 'diy':
case 'g': case 'g':
case 'k':
case 'sci': case 'sci':
url = "//archive.installgentoo.net/" + path; url = "//archive.installgentoo.net/" + path;
if (threadID && postID) { if (threadID && postID) {
@ -4545,6 +4544,7 @@
break; break;
case 'an': case 'an':
case 'fit': case 'fit':
case 'k':
case 'r9k': case 'r9k':
case 'toy': case 'toy':
case 'x': case 'x':

View File

@ -1,4 +1,6 @@
master master
- Mayhem
Update /k/ archive redirection.
2.34.2 2.34.2
- Mayhem - Mayhem

View File

@ -3551,7 +3551,7 @@ Redirect =
# these will work whenever https://github.com/eksopl/fuuka/issues/23 is done # these will work whenever https://github.com/eksopl/fuuka/issues/23 is done
# when 'cgl', 'g', 'w' # when 'cgl', 'g', 'w'
# "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}" # "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
# when 'an', 'toy', 'x' # when 'an', 'k', 'toy', 'x'
# "http://archive.maidlab.jp/#{board}/full_image/#{filename}" # "http://archive.maidlab.jp/#{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}"
@ -3582,7 +3582,7 @@ Redirect =
url = "//fuuka.warosu.org/#{path}" url = "//fuuka.warosu.org/#{path}"
if threadID and postID if threadID and postID
url += "#p#{postID}" url += "#p#{postID}"
when 'diy', 'g', 'k', 'sci' when 'diy', 'g', 'sci'
url = "//archive.installgentoo.net/#{path}" url = "//archive.installgentoo.net/#{path}"
if threadID and postID if threadID and postID
url += "#p#{postID}" url += "#p#{postID}"
@ -3590,7 +3590,7 @@ Redirect =
url = "//archive.rebeccablacktech.com/#{path}" url = "//archive.rebeccablacktech.com/#{path}"
if threadID and postID if threadID and postID
url += "#p#{postID}" url += "#p#{postID}"
when 'an', 'fit', 'r9k', 'toy', 'x' when 'an', 'fit', 'k', 'r9k', 'toy', 'x'
url = "http://archive.maidlab.jp/#{path}" url = "http://archive.maidlab.jp/#{path}"
if threadID and postID if threadID and postID
url += "#p#{postID}" url += "#p#{postID}"