summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-05-07 15:06:04 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-05-07 15:06:04 +0200
commita1c4d9db4feb92827c222f37c78e60c705524c3e (patch)
tree856f46ab9fd90be7db56cb5bc81152a6a686eb56 /articleenhancer
parent6544591ff814511eb77a7677c157e93995bdcbc7 (diff)
heise developer & open
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpathenhancers.json6
1 files changed, 6 insertions, 0 deletions
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' )]"
},