deviantart: avoid download api call if not downloadable
because it's included in api_response which is part of /source.json
This commit is contained in:
@@ -297,7 +297,7 @@ module Sources
|
|||||||
memoize :api_metadata
|
memoize :api_metadata
|
||||||
|
|
||||||
def api_download
|
def api_download
|
||||||
return {} if uuid.nil?
|
return {} unless uuid.present? && api_deviation[:is_downloadable]
|
||||||
api_client.download(uuid)
|
api_client.download(uuid)
|
||||||
end
|
end
|
||||||
memoize :api_download
|
memoize :api_download
|
||||||
|
|||||||
Reference in New Issue
Block a user