moebooru: don't exclude artists from translated tags (#3969).

This commit is contained in:
evazion
2018-12-05 11:53:26 -06:00
parent fd2d56a388
commit 7bbe4e8ac1

View File

@@ -81,6 +81,11 @@ module Sources
end
end
# XXX the base strategy excludes artist tags from the translated tags; we don't want that for moebooru.
def translated_tags
tags.map(&:first).flat_map(&method(:translate_tag)).uniq.sort
end
def headers
{ "Referer" => "http://#{site_name}" }
end