summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Elmer <christian@keinkurt.de>2014-11-25 13:12:09 +0000
committerChristian Elmer <christian@keinkurt.de>2014-11-25 13:12:09 +0000
commit92eb19de53f839d5f005a1bb305de74661f6902c (patch)
treec27e0aa63b842f403a3e6612811b699cf0b66189
parent886647d1caf7181e947a2e771600d1addfaf53ac (diff)
add xpatharticleenhancer for neustadt-ticker.de
-rw-r--r--articleenhancer/xpathenhancers.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index cc1a4189e..3e2e4b4ba 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -125,5 +125,8 @@
},
"androidpolice.com": {
"%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'))]"
}
}