diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-13 00:52:49 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-13 00:52:49 +0200 |
| commit | 41e3199b3fa8e49b362de214a51fb5ec11936410 (patch) | |
| tree | e2b898e88a624a749f5139ede2871223eaa4a1db /falter.at.txt | |
| parent | 40f2b0baa973089866d6cb83a427ec1b2139d582 (diff) | |
| download | ftr-site-config-41e3199b3fa8e49b362de214a51fb5ec11936410.tar.gz ftr-site-config-41e3199b3fa8e49b362de214a51fb5ec11936410.zip | |
Mostly Instapaper changes
Diffstat (limited to 'falter.at.txt')
| -rw-r--r-- | falter.at.txt | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/falter.at.txt b/falter.at.txt index 0dc9d80..2bfcc9b 100644 --- a/falter.at.txt +++ b/falter.at.txt @@ -1,18 +1,14 @@ -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'] +title: //h1 +author: //a[contains(@href, '/kategorie/autoren')] +date: //a[contains(@href, '/falter/ausgabe')] +body: //article[@class='spanMain'] # cleanup +strip_id_or_class: 'respond' strip: //img[@src='http://www.falter.at/web/_pics/falterlogo_dblau.gif'] -strip: //div[@class='servicebox'] -strip: //h1 +strip_id_or_class: 'meta' +strip_id_or_class: 'servicebox' +strip_id_or_class: 'related' +strip_id_or_class: 'twitter-share-button' strip: //br -strip: //td[@id='adcol'] -test_url: http://www.falter.at/web/print/detail.php?id=1634
\ No newline at end of file +test_url: http://www.falter.at/falter/2013/03/26/der-dandy-auf-der-sinkenden-galeere/
\ No newline at end of file |
