From b23b8b6f55760c8fcfb439d726f1cbd1504907e1 Mon Sep 17 00:00:00 2001 From: Christian Elmer Date: Sun, 7 Dec 2014 19:59:17 +0000 Subject: fix xpathenhancer for neustadt-ticker.de --- articleenhancer/xpathenhancers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'articleenhancer') 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']" -- cgit v1.2.3