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:
evazion
2022-02-13 23:25:52 -06:00
parent d7ac57f1e5
commit 26da728a07
2 changed files with 10 additions and 10 deletions

View File

@@ -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