diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-07-05 18:44:28 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-07-05 18:44:28 +0200 |
| commit | a1b1ff8e91ba209d3a48832e72f00c7bb9bc0a56 (patch) | |
| tree | 6cb0ca009488a8f5729777d66f8c0e5cd5012fb7 /brandeins.de.txt | |
| parent | f099045677ea6dc40a4c14b3f0f625bedf6eef90 (diff) | |
| parent | 74632a099ab3d15ec521fdd18a6fac7a20ef96e8 (diff) | |
| download | ftr-site-config-a1b1ff8e91ba209d3a48832e72f00c7bb9bc0a56.tar.gz ftr-site-config-a1b1ff8e91ba209d3a48832e72f00c7bb9bc0a56.zip | |
Merge pull request #71 from stesie/patch-1
Patch 1
Diffstat (limited to 'brandeins.de.txt')
| -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/ |
