summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-10 10:46:31 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-10 20:12:15 +0100
commita7d7b7ab5abc7696dc11a6e766209efe24e92762 (patch)
treee0db444242e9b63f93f471887c5dbdd8a8604dd3 /articleenhancer
parentcb48a76091674d8192a826fcc0c6284c849a316d (diff)
fix explosm.net article enhancers
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json6
1 files changed, 3 insertions, 3 deletions
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']"