summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorChristian Elmer <christian@keinkurt.de>2014-12-07 19:59:17 +0000
committerChristian Elmer <christian@keinkurt.de>2014-12-07 19:59:17 +0000
commitb23b8b6f55760c8fcfb439d726f1cbd1504907e1 (patch)
tree55c5fcb09c7b8049df3f5ca91a5615dd3488225b /articleenhancer
parent60b317df1119cb522ccaa4e974174de0588d0383 (diff)
fix xpathenhancer for neustadt-ticker.de
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 13c60350a..d05d6e5f2 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -127,7 +127,7 @@
"%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'))]]"
},
"thecodinglove.com": {
"%thecodinglove.com%": "//div[@class='bodytype']"