summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-10-22 18:14:09 +0200
committerRobin Appelman <icewind@owncloud.com>2013-10-22 18:14:09 +0200
commitfc5df9b5db1451f20b53573ec62bccb60a99f822 (patch)
tree874408a91695758fe6fc1e1f66443f9343f5515e /articleenhancer
parent3041aebb702195f9c4d1c0eade2a643481b2ab8b (diff)
add article enhancer for eqcomics
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index 54f0b2958..3ecb09847 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -85,5 +85,8 @@
},
"spiegel.de": {
"%spiegel.de/(?!.*video).*%": "//p[@class='article-intro'] | //*[@itemprop='description' and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )]) ] | //*[(@class='spPanoImageTeaserPic' or @class='spPanoGalleryTeaserPic' or @class='spPanoPlayerTeaserPic') and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )])] | //*[@class='image-buttons-panel' and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )])]/*[1]/img | //*[@class='article-image-description' and not(ancestor::*[contains( normalize-space( @class ), 'article-section' )]) ]/p | //*[@id='content-main']/*[@id='js-article-column']/div[contains( normalize-space( @class ), 'article-section' )]"
+ },
+ "eqcomics.com": {
+ "%feedproxy.google.com/~r/eqcomics%": "//div[@id=\"comic\"]/div/a/img"
}
}