From c2b299aee560b6074145625a3cc9987efa100200 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Dec 2019 17:44:14 +0530 Subject: [PATCH] Update London Review of Books --- recipes/lrb.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lrb.recipe b/recipes/lrb.recipe index 18db7c1d3b..19028de686 100644 --- a/recipes/lrb.recipe +++ b/recipes/lrb.recipe @@ -35,7 +35,7 @@ class LondonReviewOfBooksPayed(BasicNewsRecipe): classes('article-header--title paperArticle-reviewsHeader article-content letters-content'), ] remove_tags = [ - classes('social-button article-mask'), + classes('social-button article-mask lrb-readmorelink article-send-letter article-share'), ] remove_attributes = ['width', 'height']