From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- tagesschau.de.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tagesschau.de.txt (limited to 'tagesschau.de.txt') diff --git a/tagesschau.de.txt b/tagesschau.de.txt new file mode 100644 index 0000000..be76cd0 --- /dev/null +++ b/tagesschau.de.txt @@ -0,0 +1,23 @@ +title://h1[1] + +author: substring-after(//em, 'Von ') +author:string('tagesschau.de') + +date:substring-after(//div[@class='standDatum'], 'Stand: ') + +body://div[contains(@class, 'article')] | //div[contains(@class, 'centerCol')] + +strip://h1[1] +strip: //div[contains(@class, 'directLinks')] +strip: //div[contains(@class, 'zitatBox')] +strip: //div[contains(@class, 'teaserBox metaBlock')] +strip: //*[contains(@class, 'inv')] +strip: //span[@class='imgSubline'] +strip: //*[contains(@class, 'topline')][1] +strip: //div[@id='rightCol'][1] +strip: //div[@id="footer"][1] +strip: //div[@class="fPlayer"] +strip: //div[@id='seitenanfang'] +strip: //div[@class='standDatum'] +strip: //em +test_url: http://www.tagesschau.de/ausland/wahlkampffrankreich102.html \ No newline at end of file -- cgit v1.3.1