summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 14:43:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 14:43:13 +0200
commit824a6b6711b9d6043a77c64edf1b265f31959c70 (patch)
treecf9d5453b57272eb274e0550144547c7356fd164 /articleenhancer
parent37805027cff6c75106fd72f8a6d728fe711307f9 (diff)
fix slashdot enhancer
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json4
1 files changed, 2 insertions, 2 deletions
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",