From fc05a82b839436fc46ed1fa0e5c5d7e6a0e820cf Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 Oct 2014 15:32:36 +0200 Subject: try to fix slashdot beta --- 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 f6ba4664e..1441ce920 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -3,7 +3,7 @@ "%cad-comic.com/cad/\\d+/$%": "//*[@id='content']/img" }, "slashdot.org": { - "%rss.slashdot.org%": "//article/div" + "%rss.slashdot.org%": "//article/div[@class='body'] | //article[@class='layout-article']/div" }, "explosm.net": { "%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img", -- cgit v1.2.3