diff options
| -rw-r--r-- | brandeins.de.txt | 14 |
1 files 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/ |
