summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-25 14:22:03 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-25 14:22:03 +0100
commit2edae61620ed20efcc5ef55576950b8f92044fc3 (patch)
treec27e0aa63b842f403a3e6612811b699cf0b66189
parent886647d1caf7181e947a2e771600d1addfaf53ac (diff)
parent92eb19de53f839d5f005a1bb305de74661f6902c (diff)
Merge pull request #667 from keinkurt/neustadt_ticker_enhancer
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'))]"
}
}