#1866: support nijigen-daiaru source redirection
* brings the user to the front/1st page of the doujin similar when viewing manga in pixiv
This commit is contained in:
@@ -340,6 +340,9 @@ class Post < ActiveRecord::Base
|
|||||||
when %r{\Ahttp://e-shuushuu.net/images/\d{4}-(?:\d{2}-){2}(\d+)}i
|
when %r{\Ahttp://e-shuushuu.net/images/\d{4}-(?:\d{2}-){2}(\d+)}i
|
||||||
"http://e-shuushuu.net/image/#{$1}"
|
"http://e-shuushuu.net/image/#{$1}"
|
||||||
|
|
||||||
|
when %r{\Ahttp://jpg\.nijigen-daiaru\.com/(\d+)}i
|
||||||
|
"http://nijigen-daiaru.com/book.php?idb=#{$1}"
|
||||||
|
|
||||||
else
|
else
|
||||||
source
|
source
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user