summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index d05d6e5f2..cfa46ae0c 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -129,6 +129,12 @@
"neustadt-ticker.de": {
"%neustadt-ticker.de%": "//div[contains(@class,'article')]/div[@class='PostContent' and *[not(contains(@class, 'navigation'))]]"
},
+ "linuxtoday.com/": {
+ "%linuxtoday.com%": "//div[@class='article']/p | //div[@class='article']/ul"
+ },
+ "metronieuws.nl": {
+ "%metronieuws.nl%": "//div[contains(@class,'article-top')]/div[contains(@class,'image-component')] | //div[@class='article-full-width']/div[1]"
+ },
"thecodinglove.com": {
"%thecodinglove.com%": "//div[@class='bodytype']"
},