Merge pull request #5138 from nonamethanks/fix-fandom-links
Fix normalization for fandom sources
This commit is contained in:
@@ -233,7 +233,7 @@ class Source::URL::Null < Source::URL
|
||||
in _, "nocookie.net", wiki, "images", /^\h$/, /^\h\h$/, file, *rest
|
||||
@wiki = wiki
|
||||
@file = file
|
||||
@page_url = "https://#{wiki}.fandom.com/?file=#{file}"
|
||||
@page_url = "https://#{wiki}.fandom.com/wiki/Gallery?file=#{file}"
|
||||
|
||||
# https://static.zerochan.net/Fullmetal.Alchemist.full.2831797.png
|
||||
# https://s1.zerochan.net/Cocoa.Cookie.600.2957938.jpg
|
||||
|
||||
Reference in New Issue
Block a user