From b4ac0f91ecd194e462ed095185c64e5389052056 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 8 Jul 2015 20:05:08 +0200 Subject: spiegel.de --- spiegel.de.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spiegel.de.txt b/spiegel.de.txt index 4146d18..2586dff 100644 --- a/spiegel.de.txt +++ b/spiegel.de.txt @@ -18,7 +18,7 @@ tidy: no body: //div[@id="spArticleContent"] # body in default view body: //div[@id="spArticleSection"] -body: //div[contains(@class, 'article-section') or contains(@class, 'column-both') or contains(@class, 'js-module-box-image')] +body: //div[contains(@class, 'article-section')] | //div[@id='js-article-top-wide-asset'] | //p[contains(@class, 'article-intro')] # body in "Fotostrecke" body: //div[@id="spBigaContent"] @@ -85,5 +85,8 @@ if_page_contains: //div[contains(@class, 'multi-pager-control')] next_page_link: //a[@class='spBigaControlForw'] test_url: http://www.spiegel.de/politik/deutschland/0,1518,787602,00.html +# regular article +test_url: http://www.spiegel.de/wirtschaft/soziales/griechenland-was-den-griechischen-buergern-nun-droht-a-1042682.html + # multipage article test_url: http://www.spiegel.de/spiegel/a-710880.html \ No newline at end of file -- cgit v1.3.1