summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-03-05 12:42:06 +0100
committerRobin Appelman <icewind@owncloud.com>2014-03-05 12:42:06 +0100
commit56a06215936f5bd41ba35889ac13c168f138c5e3 (patch)
treeb3081267b89c646ccc5a79f1ba190e0b05e4f8bd /articleenhancer
parentc175579d395dfa56f98ddf3ee22bd9eace5b56ec (diff)
update article enhancer for penny arcade
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 41c00d67a..e47a36d8a 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -10,7 +10,8 @@
"%feedproxy.google.com/~r/blogspot/DngUJ%": "//*[@class='post hentry']"
},
"penny-arcade.com": {
- "%feeds.penny-arcade.com/~r/pa-mainsite%": "//*[starts-with(@class, \"post\")]"
+ "%penny-arcade.com/comic%": "//*[@id='comicFrame']/a/img",
+ "%penny-arcade.com/news%": "//*[@class='postBody']/*"
},
"leasticoulddo.com": {
"%feedproxy.google.com/~r/LICD%": "//*[@id='comic-img']/a/img | //*[@id='comic-img']/img | //*[@id='post']"