From 2a8fed0a6a86bd7c100eb182d78a9de6e7baed84 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 5 Jul 2015 16:16:46 +0000 Subject: brandeins.de: rewrite --- brandeins.de.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/brandeins.de.txt b/brandeins.de.txt index 36aa2ef..be32634 100644 --- a/brandeins.de.txt +++ b/brandeins.de.txt @@ -1,7 +1,9 @@ -# set body -body: //div[@id='theContent'] -# set title -title: //div[@id='theContent']/h3 -strip: //div[@id='theContent']/h3 -test_url: http://www.brandeins.de/archiv/magazin/gegessen-wird-immer/artikel/hunger.html \ No newline at end of file +body: //div[@class="articleTeaser"] | //section[@class="contentSection"] + +strip: //section[@class="greenBox italic"] + +author: //div[@class="articleAuthor"] +# no publish date on page (the articles are from a monthly periodical) + +test_url: http://www.brandeins.de/archiv/2015/fuehrung/ministry-group-mach-doch-mal-ne-ansage/ -- cgit v1.3.1