diff options
Diffstat (limited to 'nzz.ch.txt')
| -rw-r--r-- | nzz.ch.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nzz.ch.txt b/nzz.ch.txt new file mode 100644 index 0000000..749f4f2 --- /dev/null +++ b/nzz.ch.txt @@ -0,0 +1,12 @@ +body: //*[@class='article-full'] +title: //h3 +strip: //header[@class='group'] +#body: //p[@class='lead'] +#move_into(//p[@class='lead']): //*[@class='article-full']/figure +#move_into(//p[@class='lead']): //div[@id='articleBodyText'] +strip: //div[@id='social-media-floater'] +strip: //div[@class='advertisement'] +strip: //div[@class='infobox'] +strip: //div[@id='articleComments'] + +test_url: http://www.nzz.ch/wissen/wissenschaft/sonnenschutz-fuer-die-erde-1.17282213
\ No newline at end of file |
