diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2015-07-05 16:09:15 +0000 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2015-07-05 16:09:15 +0000 |
| commit | f73d881c91ceb97fb81c86391401e84e708e1bd4 (patch) | |
| tree | be93e241bf5e3cae0f8c3a9bb941a312b24cc225 | |
| parent | f099045677ea6dc40a4c14b3f0f625bedf6eef90 (diff) | |
| download | ftr-site-config-f73d881c91ceb97fb81c86391401e84e708e1bd4.tar.gz ftr-site-config-f73d881c91ceb97fb81c86391401e84e708e1bd4.zip | |
spiegel.de: remove copyright & print more box
| -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')] |
