diff options
| author | JeanLuc <jeanluc@jeanluc-desktop.fritz.box> | 2015-11-12 00:49:03 +0100 |
|---|---|---|
| committer | JeanLuc <jeanluc@jeanluc-desktop.fritz.box> | 2015-11-12 00:49:03 +0100 |
| commit | 85c58e06b24c021233ce460108f7c24db62dd762 (patch) | |
| tree | 4d5461bfe14e2357ee8cf8f901ac99caf5dcd9c2 /sueddeutsche.de.txt | |
| parent | e0b16cca9cdf616e9d0e43b3eb0379d4e7d092bb (diff) | |
| download | ftr-site-config-85c58e06b24c021233ce460108f7c24db62dd762.tar.gz ftr-site-config-85c58e06b24c021233ce460108f7c24db62dd762.zip | |
modified config files
Diffstat (limited to 'sueddeutsche.de.txt')
| -rw-r--r-- | sueddeutsche.de.txt | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/sueddeutsche.de.txt b/sueddeutsche.de.txt index 26e0560..71ec5aa 100644 --- a/sueddeutsche.de.txt +++ b/sueddeutsche.de.txt @@ -1,18 +1,29 @@ # 2012-12-04: complete rewrite after Süddeutsche.de relaunch - carlo@... -single_page_link: //li[@id="article-sidebar-action-print"]/@data-clickurl +#single_page_link: //a[ contains( @href, "/2.220/" ) ] -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 +#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"] +#strip: //figure[ not( contains(@class, "zoomimage" ) ) ] +#strip: //div[@data-onlineonly="true"] +#strip: //address[@class="author"] + +#test_url: http://www.sueddeutsche.de/muenchen/mietshaus-am-gaertnerplatz-alles-muss-raus-1.1556693 + + + +body: //article[@id="sitecontent"] +author: //meta[@name="author"]/@content + +strip: //section[@class="header"] +strip: //div[@id="article-sidebar-wrapper"] +strip: //p[@class="anzeige"] +strip: //section[@class="authors"] -test_url: http://www.sueddeutsche.de/muenchen/mietshaus-am-gaertnerplatz-alles-muss-raus-1.1556693
\ No newline at end of file |
