From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- orf.at.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 orf.at.txt (limited to 'orf.at.txt') diff --git a/orf.at.txt b/orf.at.txt new file mode 100644 index 0000000..fb4f218 --- /dev/null +++ b/orf.at.txt @@ -0,0 +1,11 @@ +single_page_link: //div[@id='content']//p[@class='readMore']/a + +title: //div[@class='hidden offscreen']/h2 +body: //div[@id="storyText"] +move_into(//div[@id='storyText']): //div[@class='fact'] +strip: //small[@class='credit'] +strip: //small[@class='caption'] +date: substring-after(//div[@id='storyMeta']//p[@class='date'],'Publiziert am') +strip: //p[@class='toplink'] + +test_url: http://orf.at/stories/2084731/ \ No newline at end of file -- cgit v1.3.1