diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-03-25 04:23:46 +0300 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-03-25 04:23:46 +0300 |
| commit | 42772256f083ce7e75c6fa1602a0aaf1bdf73524 (patch) | |
| tree | 61e7534b839d026b198817381bb5d40cb408feb1 | |
| parent | 42676518f447a56cfdb7e2d266357d62c74f09f0 (diff) | |
| parent | c1d22f510a76028898e02ffae4dbccce78f99f7a (diff) | |
| download | ftr-site-config-42772256f083ce7e75c6fa1602a0aaf1bdf73524.tar.gz ftr-site-config-42772256f083ce7e75c6fa1602a0aaf1bdf73524.zip | |
Merge pull request #138 from Lukas0907/master
derStandard.at: Include images on the left in feed.
| -rw-r--r-- | derstandard.at.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/derstandard.at.txt b/derstandard.at.txt index 0bfeec0..8c84a5c 100644 --- a/derstandard.at.txt +++ b/derstandard.at.txt @@ -1,12 +1,26 @@ title: //div[@id='content-header']/h1 author: //span[@class='author'] -body: //div[@class='copytext'] +body: //div[@id='objectContent'] strip: //ul[@class='lookupLinksArtikel'] +strip: //meta +strip: //div[@itemprop='publisher'] +strip: //div[@id='content-header'] strip: //div[@id='pageTop'] strip: //div[@id='toolbar'] strip: //div[@id='articleTools'] strip: //div[@id='weiterLesen'] strip: //div[@id='communityCanvas'] +strip: //div[@class='credits'] +strip: //div[@id='feature-cover'] +strip: //div[@id='feature-meta'] +strip: //li[@class='empty'] + +prune: no +tidy: no test_url: http://derstandard.at/1318726018343/Breitband-LTE-Was-bringt-die-neue-Mobilfunk-Generation +test_url: http://derstandard.at/2000033602592/40-Jahre-fuer-einen-der-nicht-gemeinsam-leben-wollte +test_url: http://derstandard.at/2000017141382/Feature-Format +test_url: http://derstandard.at/2000031826169/Die-Mittagspause-ist-den-meisten-heilig +test_url: http://derstandard.at/2000032076109/Fordern-wir-die-totale-Ueberwachung |
