diff options
| -rw-r--r-- | spiegel.de.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spiegel.de.txt b/spiegel.de.txt index fce46c3..7b7b175 100644 --- a/spiegel.de.txt +++ b/spiegel.de.txt @@ -81,6 +81,10 @@ strip: //span[@class='image-buttons'] single_page_link: //a[contains(@href, '-druck')] if_page_contains: //div[contains(@class, 'multi-pager-control')] +# Clean up title in print view +find_string: <title>Druckversion - +replace_string: <title> + # use next link in "Fotostrecke" next_page_link: //a[@class='spBigaControlForw'] test_url: http://www.spiegel.de/politik/deutschland/0,1518,787602,00.html |
