From a1c4d9db4feb92827c222f37c78e60c705524c3e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 7 May 2014 15:06:04 +0200 Subject: heise developer & open --- articleenhancer/xpathenhancers.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'articleenhancer') diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json index 9d53a9854..62de09696 100644 --- a/articleenhancer/xpathenhancers.json +++ b/articleenhancer/xpathenhancers.json @@ -84,6 +84,12 @@ "heise.de/newsticker": { "%heise.de%": "//*[@class='meldung_wrapper']/*[not(contains(@class, 'dossier'))]" }, + "heise.de/developer": { + "%heise.de%": "//*[@class='meldung_wrapper']/*[not(contains(@class, 'dossier'))]" + }, + "heise.de/open/news": { + "%heise.de%": "//*[@class='meldung_wrapper']/*[not(contains(@class, 'dossier'))]" + }, "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' )]" }, -- cgit v1.2.3