From fc5df9b5db1451f20b53573ec62bccb60a99f822 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 22 Oct 2013 18:14:09 +0200 Subject: add article enhancer for eqcomics --- articleenhancer/xpathenhancers.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'articleenhancer') 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" } } -- cgit v1.2.3