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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user