Merge pull request #4478 from nonamethanks/fix_nijie_truncated_commentary

Nijie: fetch full commentary rather than truncated preview
This commit is contained in:
evazion
2020-05-25 02:13:24 -05:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ module Sources
end
def artist_commentary_desc
page&.search('meta[property="og:description"]')&.attr("content")&.value
page&.search('#illust_text > p')&.text
end
def tags