From 085ce0ce9967f78c9eee513213d5faecdea68e2d Mon Sep 17 00:00:00 2001 From: kgraefe Date: Fri, 29 May 2015 09:44:12 +0200 Subject: Update enhancer for sueddeutsche.de This skips the social media buttons and e-mail formular recently introduced by sueddeutsche.de. --- articleenhancer/xpathenhancers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index 7e1306d48..520c84a6f 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -163,7 +163,7 @@ "%smashingmagazine.com%": "//article[contains(@class,'post')]/p" }, "sueddeutsche.de": { - "%sz.de%": "//article[@id='sitecontent']/section[@class='topenrichment']//img | //article[@id='sitecontent']/section[@class='body']/section[@class='authors']/preceding-sibling::*[not(contains(@class, 'ad'))]" + "%sz.de%": "//article[@id='sitecontent']/section[@class='topenrichment']//img | //article[@id='sitecontent']/section[@class='body']/section[@class='authors']/preceding-sibling::*[not(contains(@class, 'ad') or contains(@class, 'article-sidebar-wrapper'))]" }, "lifehacker.com": { "%lifehacker.com%": "//div[contains(@class,'entry-content')]" -- cgit v1.2.3