From f73d881c91ceb97fb81c86391401e84e708e1bd4 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 5 Jul 2015 16:09:15 +0000 Subject: spiegel.de: remove copyright & print more box --- spiegel.de.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spiegel.de.txt b/spiegel.de.txt index 413e015..84809eb 100644 --- a/spiegel.de.txt +++ b/spiegel.de.txt @@ -8,6 +8,9 @@ # - Fixed single_page_link # - Included intro text in single page view # - Added body in default view +# stesie@ +# - removed copyright box +# - removed "print more" box # set body tidy: no @@ -67,6 +70,9 @@ strip: //div[@id='spBigaLatestEntries'] strip: //div[contains(@class, 'spBigaNavi')] strip: //div[@class='spDottedLine'] +strip: //div[@class='asset-box article-print-more'] +strip: //div[@class='article-copyright'] + # Use link to print article for single page view single_page_link: //a[contains(@href, '-druck')] -- cgit v1.3.1