nijie: fix page_url method.
The id in a bare image url is the member id, not the illust id.
This commit is contained in:
@@ -41,10 +41,6 @@ module Sources
|
||||
if x =~ %r!https?://nijie\.info/view_popup\.php.+id=(\d+)!
|
||||
return "https://nijie.info/view.php?id=#{$1}"
|
||||
end
|
||||
|
||||
if x =~ %r!\Ahttps?://pic\d+\.nijie\.info/nijie_picture/(\d+)!
|
||||
return "https://nijie.info/view.php?id=#{$1}"
|
||||
end
|
||||
end
|
||||
|
||||
return super
|
||||
|
||||
Reference in New Issue
Block a user