Clean <aside> tags on _prepArticle

pull/432/head
Andres Rey 6 years ago committed by Gijs
parent f8d9b1c224
commit 6fd816496c

@ -516,6 +516,7 @@ Readability.prototype = {
this._clean(articleContent, "h1");
this._clean(articleContent, "footer");
this._clean(articleContent, "link");
this._clean(articleContent, "aside");
// Clean out elements have "share" in their id/class combinations from final top candidates,
// which means we don't remove the top candidates even they have "share".

Loading…
Cancel
Save