summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-10-20 15:33:19 +0200
committerRobin Appelman <icewind@owncloud.com>2013-10-20 15:33:19 +0200
commit9c5b23f68181cff062d1b81a2a815c032989157d (patch)
tree89b0d901c00b8d5fb3f09b9ab1b16f4fb48beb71 /articleenhancer
parent782765b75e4a6f8ebaa6d2f7f82731590cb6a1ec (diff)
add support for text posts for the 'Least I Could Do' enhancer
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index c92ecd64b..54f0b2958 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -13,7 +13,7 @@
"%feeds.penny-arcade.com/~r/pa-mainsite%": "//*[starts-with(@class, \"post\")]"
},
"leasticoulddo.com": {
- "%feedproxy.google.com/~r/LICD%": "//*[@id='comic-img']/a/img | //*[@id='comic-img']/img"
+ "%feedproxy.google.com/~r/LICD%": "//*[@id='comic-img']/a/img | //*[@id='comic-img']/img | //*[@id='post']"
},
"escapistmagazine.com/articles/view/comics/critical-miss": {
"%escapistmagazine.com/articles/view/comics/critical-miss%": "//*[@class='body']/span/img"