diff options
Diffstat (limited to 'falter.at.txt')
| -rw-r--r-- | falter.at.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
