summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
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 09abac858..c92ecd64b 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -79,5 +79,11 @@
},
"forlackofabettercomic.com/archive.php": {
"%forlackofabettercomic.com/\\?id=%": "//div[@id=\"comicset\"]/a/img"
+ },
+ "heise.de/newsticker": {
+ "%heise.de%": "//*[@class='meldung_wrapper']"
+ },
+ "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' )]"
}
}