blob: f2f630f4c99153c4829989326c6cab5f397ed656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#bypass cookie check
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
prune: no
parser: html5php
test_url: http://www.volkskrant.nl/sport/dossier-wereldvoetbalbond-fifa-wankelt~a4042695/
test_contains: Het ging om de omstreden
test_url: http://www.volkskrant.nl/nieuws/rss.xml
|