diff options
| -rw-r--r-- | spiegel.de.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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')] |
