pawoo: fetch tags and commentary.

This commit is contained in:
evazion
2017-06-10 23:58:27 -05:00
parent 1bfc0a7d8a
commit 6edb5a807b
2 changed files with 14 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ module Sources::Strategies
@profile_url = response.account_profile_url
@image_url = response.image_urls.first
@image_urls = response.image_urls
@tags = response.tags
@artist_commentary_title = nil
@artist_commentary_desc = response.commentary
end
def normalized_url