summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkgraefe <konradgraefe@aol.com>2015-05-29 09:44:12 +0200
committerkgraefe <konradgraefe@aol.com>2015-05-29 09:44:12 +0200
commit085ce0ce9967f78c9eee513213d5faecdea68e2d (patch)
tree7b548a65b82c1a92fdb57469af1272a9f162ed22
parent62280cbacdebe85cd41bd5106af400405a21f724 (diff)
Update enhancer for sueddeutsche.de
This skips the social media buttons and e-mail formular recently introduced by sueddeutsche.de.
-rw-r--r--articleenhancer/xpathenhancers.json2
1 files changed, 1 insertions, 1 deletions
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')]"