From d694b38287ad7d3c036d77dc19fb0e75d1b0c57c Mon Sep 17 00:00:00 2001 From: Christian Elmer Date: Thu, 27 Nov 2014 10:12:27 +0000 Subject: add xpathenhancer for thecodinglove.com --- articleenhancer/xpathenhancers.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'articleenhancer') diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index 3e2e4b4ba..32db95406 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -128,5 +128,8 @@ }, "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'))]" + }, + "thecodinglove.com": { + "%thecodinglove.com%": "//div[@class='bodytype']" } } -- cgit v1.2.3 From 60b317df1119cb522ccaa4e974174de0588d0383 Mon Sep 17 00:00:00 2001 From: Christian Elmer Date: Thu, 27 Nov 2014 10:16:48 +0000 Subject: add xpathenhancer for der-postillion.com --- articleenhancer/xpathenhancers.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'articleenhancer') diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index 32db95406..13c60350a 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -131,5 +131,8 @@ }, "thecodinglove.com": { "%thecodinglove.com%": "//div[@class='bodytype']" + }, + "der-postillon.com": { + "%der-postillon.com%": "//div[contains(@class,'post-body')]" } } -- cgit v1.2.3 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