From 824a6b6711b9d6043a77c64edf1b265f31959c70 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 22 Oct 2014 14:43:13 +0200 Subject: fix slashdot enhancer --- articleenhancer/xpathenhancers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'articleenhancer') diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index 4a66e86d1..05eb46508 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -2,8 +2,8 @@ "cad-comic.com": { "%cad-comic.com/cad/\\d+/$%": "//*[@id='content']/img" }, - "slashdot.org": { - "%rss.slashdot.org%": "//article/div[@class='body'] | //article[@class='layout-article']/div" + "slashdot.org/": { + "%slashdot.feedsportal.com%": "//article/div[@class='body'] | //article[@class='layout-article']/div" }, "explosm.net": { "%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img", -- cgit v1.2.3