From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- falter.at.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 falter.at.txt (limited to 'falter.at.txt') diff --git a/falter.at.txt b/falter.at.txt new file mode 100644 index 0000000..0dc9d80 --- /dev/null +++ b/falter.at.txt @@ -0,0 +1,18 @@ +title: //h2[@class='related relatedTitle'] +author: //a[contains(@href, 'liste.php?author_id')] + +# can't think of a better way unfortunately, really bad markup on this site +date: substring-after(//td[@style='width:85%;'], 'vom') + +# not sure why, but instapaper seems to suck up the teaser paragraph +# not solved! +body: //div[contains(@class, 'teaser')] +body: //div[@id='content'] + +# cleanup +strip: //img[@src='http://www.falter.at/web/_pics/falterlogo_dblau.gif'] +strip: //div[@class='servicebox'] +strip: //h1 +strip: //br +strip: //td[@id='adcol'] +test_url: http://www.falter.at/web/print/detail.php?id=1634 \ No newline at end of file -- cgit v1.3.1