summaryrefslogtreecommitdiffstats
path: root/articleenhancer/xpathenhancers.json
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2015-03-31 15:50:52 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2015-03-31 15:50:52 +0200
commit53feecd0d175a12035d9fb3cba7eeb806ce307a3 (patch)
tree75d54f21764b4349723bc740d19a6f48850f9a17 /articleenhancer/xpathenhancers.json
parent36f5199ba1d176fddb1ca78357209f05f0fbcf19 (diff)
parent2410729d1b4313ac163189faa0b0f42d06b6cdfe (diff)
Merge pull request #759 from kgraefe/articleenhancer-sueddeutsche-de
Improve article enhancer for sueddeutsche.de
Diffstat (limited to 'articleenhancer/xpathenhancers.json')
-rw-r--r--articleenhancer/xpathenhancers.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 00047ea96..7e1306d48 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='body']/*[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'))]"
},
"lifehacker.com": {
"%lifehacker.com%": "//div[contains(@class,'entry-content')]"