Remove quotes

This commit is contained in:
M66B
2024-05-15 12:40:06 +02:00
parent 3a9b56438d
commit 77ccdd48c3
4 changed files with 35 additions and 6 deletions

View File

@@ -425,7 +425,7 @@ public class EntityRule {
Document d = JsoupEx.parse(html);
if (skip_quotes)
d.select("blockquote").remove();
HtmlHelper.removeQuotes(d);
if (jsoup) {
String selector = value.substring(JSOUP_PREFIX.length());
if (d.select(selector).isEmpty() != not)