summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorChristian Elmer <christian@keinkurt.de>2014-12-07 20:05:43 +0000
committerChristian Elmer <christian@keinkurt.de>2014-12-07 20:05:43 +0000
commit5a77df3b4561e929d619113f8a690cecf5bd850c (patch)
treed063f866a12ae81ea2e83b1d2d9e251f93fa421c /articleenhancer
parente7a1915a1bbec50a1b7632f15629013bdbadcac9 (diff)
parentb23b8b6f55760c8fcfb439d726f1cbd1504907e1 (diff)
Merge branch 'articleenhancer'
Conflicts: articleenhancer/xpathenhancers.json
Diffstat (limited to 'articleenhancer')
-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')]"
}
}