diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
| commit | 9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch) | |
| tree | 62a446347e1279f00383fdd7f9637cfd58a50879 /falter.at.txt | |
| download | ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip | |
Initial commit
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 |
