summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiveFilters.org <fivefilters@fivefilters.org>2015-07-08 19:41:34 +0200
committerFiveFilters.org <fivefilters@fivefilters.org>2015-07-08 19:41:34 +0200
commitc3c0cfb937ef08ebaa628b9eb6c1219ed2a99fa9 (patch)
treedb383bb93a84dad82faee052a38cd44667880343
parentb23612217975d77acc5e0bd77f8bb92518edb595 (diff)
downloadftr-site-config-c3c0cfb937ef08ebaa628b9eb6c1219ed2a99fa9.tar.gz
ftr-site-config-c3c0cfb937ef08ebaa628b9eb6c1219ed2a99fa9.zip
spiegel.de
-rw-r--r--spiegel.de.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/spiegel.de.txt b/spiegel.de.txt
index f9040f2..4146d18 100644
--- a/spiegel.de.txt
+++ b/spiegel.de.txt
@@ -18,7 +18,7 @@ tidy: no
body: //div[@id="spArticleContent"]
# body in default view
body: //div[@id="spArticleSection"]
-body: //div[contains(@class, 'column-both')] | //div[contains(@class, 'article-section')]
+body: //div[contains(@class, 'article-section') or contains(@class, 'column-both') or contains(@class, 'js-module-box-image')]
# body in "Fotostrecke"
body: //div[@id="spBigaContent"]
@@ -75,6 +75,7 @@ strip: //div[@class='spDottedLine']
strip: //div[@class='asset-box article-print-more']
strip: //div[@class='article-copyright']
+strip: //span[@class='image-buttons']
# Use link to print article for single page view
single_page_link: //a[contains(@href, '-druck')]