Merge pull request #4478 from nonamethanks/fix_nijie_truncated_commentary
Nijie: fetch full commentary rather than truncated preview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user