diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2015-07-05 16:16:46 +0000 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2015-07-05 16:16:46 +0000 |
| commit | 2a8fed0a6a86bd7c100eb182d78a9de6e7baed84 (patch) | |
| tree | 2306664c2b8af1b283e0b516d1ddca86291c7f11 | |
| parent | 87ed057bf5863c2eb9e8c00529538bda869223f0 (diff) | |
| download | ftr-site-config-2a8fed0a6a86bd7c100eb182d78a9de6e7baed84.tar.gz ftr-site-config-2a8fed0a6a86bd7c100eb182d78a9de6e7baed84.zip | |
brandeins.de: rewrite
| -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/ |
