summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-07 22:02:48 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-07 22:02:48 +0100
commitb77902fc95f1cf9e2044bc418aff7f8498f65de3 (patch)
treed063f866a12ae81ea2e83b1d2d9e251f93fa421c
parente7a1915a1bbec50a1b7632f15629013bdbadcac9 (diff)
parent5a77df3b4561e929d619113f8a690cecf5bd850c (diff)
Merge pull request #692 from keinkurt/master
new articelenhancer and fix of existing one
-rw-r--r--articleenhancer/xpathenhancers.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 9e0d332d8..cfa46ae0c 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -127,12 +127,18 @@
"%rss.feedsportal.com/c/33941/f/615677/p/1/s/%": "//div[@class=\"post_content\"]"
},
"neustadt-ticker.de": {
- "%neustadt-ticker.de%": "//div[@class='Post-inner article']/div[@class='PostContent']/*[not(contains(@class, 'yarpp-related') or contains(@class, 'navigation') or contains(@class, 'social_share') or contains(@class, 'twoclick-js'))]"
+ "%neustadt-ticker.de%": "//div[contains(@class,'article')]/div[@class='PostContent' and *[not(contains(@class, 'navigation'))]]"
},
"linuxtoday.com/": {
"%linuxtoday.com%": "//div[@class='article']/p | //div[@class='article']/ul"
},
"metronieuws.nl": {
"%metronieuws.nl%": "//div[contains(@class,'article-top')]/div[contains(@class,'image-component')] | //div[@class='article-full-width']/div[1]"
+ },
+ "thecodinglove.com": {
+ "%thecodinglove.com%": "//div[@class='bodytype']"
+ },
+ "der-postillon.com": {
+ "%der-postillon.com%": "//div[contains(@class,'post-body')]"
}
}