deviantart: remove #api_url

similar change in eba6440b8b

in case of #page it may get rid of the redirect if artist and title are
found
This commit is contained in:
lllusion3469
2020-05-10 23:58:13 +02:00
parent c4a403afca
commit 413227e7de
2 changed files with 7 additions and 12 deletions

View File

@@ -32,11 +32,11 @@ module Sources
end
def page_url
"https://sta.sh/#{stash_id}"
page_url_from_image_url
end
def api_url
page_url
def page_url_from_image_url
"https://sta.sh/#{stash_id}"
end
def self.stash_id_from_url(url)