From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- scienceticker.info.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scienceticker.info.txt (limited to 'scienceticker.info.txt') diff --git a/scienceticker.info.txt b/scienceticker.info.txt new file mode 100644 index 0000000..2a06f73 --- /dev/null +++ b/scienceticker.info.txt @@ -0,0 +1,11 @@ +body: //div[@class='post'] +title: //h1[@id='singlePageTitle'] +date: substring-before(//small,'• Rubrik') + +strip: //div[@class='post-ratings'] +strip: //div[@class='post-ratings-loading'] +strip: //a[@title='Empfehlen Sie den Text weiter!'] +strip: //a[@title='Drucken'] +strip: //div[@class='share'] + +test_url: http://www.scienceticker.info/2011/11/24/forscher-finden-gedachtnismolekul/ \ No newline at end of file -- cgit v1.3.1