From a7d7b7ab5abc7696dc11a6e766209efe24e92762 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 10 Dec 2014 10:46:31 +0100 Subject: fix explosm.net article enhancers --- articleenhancer/xpathenhancers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'articleenhancer') diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index cfa46ae0c..ab77ec1c5 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -5,9 +5,9 @@ "slashdot.org/": { "%slashdot.feedsportal.com%": "//article/div[@class='body'] | //article[@class='layout-article']/div[@class='elips']" }, - "explosm.net": { - "%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img", - "%explosm.net/show%": "//*[@id='videoPlayer']/iframe" + "explosm.net/rss.php": { + "%explosm.net/comics%": "//*[@id='main-comic']", + "%explosm.net/show%": "//*[@id='player']/*" }, "themerepublic.net": { "%feedproxy.google.com/~r/blogspot/DngUJ%": "//*[@class='post hentry']" -- cgit v1.2.3