diff options
| -rw-r--r-- | volkskrant.nl.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/volkskrant.nl.txt b/volkskrant.nl.txt index 72a3dfa..f2f630f 100644 --- a/volkskrant.nl.txt +++ b/volkskrant.nl.txt @@ -4,6 +4,8 @@ single_page_link: //a[contains(@href, '/cookiewall/accept')] title: //h1[@itemprop="headline"] body: //figure[contains(@class, 'article__top-image')] | //div[@itemprop="articleBody"] +strip_id_or_class: ad-space + strip: //div[contains(@class, 'media-container') and contains(@class, 'pull-right')] tidy: no @@ -12,6 +14,6 @@ prune: no parser: html5php test_url: http://www.volkskrant.nl/sport/dossier-wereldvoetbalbond-fifa-wankelt~a4042695/ -test_contains: De belangrijkste spil in het +test_contains: Het ging om de omstreden test_url: http://www.volkskrant.nl/nieuws/rss.xml |
