blob: f194271f5467a606377b7030f753a2fc87d40dfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 2012-12-04: complete rewrite after Süddeutsche.de relaunch - carlo@...
single_page_link: //li[@id="article-sidebar-action-print"]/@data-clickurl
body: //article[@id="sitecontent"]/section[@class="body"]
author: //address[@class="author"]
date: //div[@class="header"]//h1//span[@class="updated"]
wrap_in(small): //div[@class="footer"]
wrap_in(i): //figcaption/h3
dissolve: //figcaption//h3
dissolve: //figure/div[@class="body"]
dissolve: //figure/a
strip: //figure[ not( contains(@class, "zoomimage" ) ) ]
strip: //div[@data-onlineonly="true"]
strip: //address[@class="author"]
test_url: http://sz.de/1.1556693
|