Web.de quotes

This commit is contained in:
M66B 2024-05-15 13:01:43 +02:00
parent 62bb023103
commit 0378df51d7
1 changed files with 7 additions and 0 deletions

View File

@ -2875,6 +2875,13 @@ public class HtmlHelper {
return;
}
// Web.de: <div id="aqm-original"
quotes = d.body().select("div#aqm-original");
if (quotes.size() > 0) {
quotes.remove();
return;
}
d.select("blockquote").remove();
}