From c3c0cfb937ef08ebaa628b9eb6c1219ed2a99fa9 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 8 Jul 2015 19:41:34 +0200 Subject: spiegel.de --- spiegel.de.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')] -- cgit v1.3.1