deviant art: fix new image URLs not being recognized.
Partial fix for #5008. DeviantArt now returns https://wixmp-ed30a86b8c4ca887773594c2.wixmp.com URLs instead of https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com for images in the API. Fix these URLs not being recognized by the DeviantArt strategy.
This commit is contained in:
@@ -88,7 +88,7 @@ module Sources
|
||||
end
|
||||
|
||||
def wixmp_hosts
|
||||
["images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com", "api-da.wixmp.com"]
|
||||
%w[images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com wixmp-ed30a86b8c4ca887773594c2.wixmp.com api-da.wixmp.com]
|
||||
end
|
||||
|
||||
def site_name
|
||||
|
||||
Reference in New Issue
Block a user