summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorChristian Elmer <christian@keinkurt.de>2014-11-27 10:12:27 +0000
committerChristian Elmer <christian@keinkurt.de>2014-12-02 19:52:55 +0000
commitd694b38287ad7d3c036d77dc19fb0e75d1b0c57c (patch)
tree408efd322eaae3d940a10b959056458b9ff3e7ed /articleenhancer
parentfa80ff2d032db71b1f8b89595b4c063d9c428f64 (diff)
add xpathenhancer for thecodinglove.com
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json3
1 files changed, 3 insertions, 0 deletions
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']"
}
}