Lofter: support another theme

Fixes #5334.
This commit is contained in:
nonamethanks
2022-11-06 00:03:15 +01:00
parent c1623f3fcc
commit 9f3f302328
2 changed files with 12 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ module Source
".content .text",
".posts .photo .text",
"#post .description",
".m-post .cont .text",
]
page&.search(commentary_selectors.join(", ")).to_a.compact.first&.to_html
end