diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-05-29 15:14:27 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-05-29 15:14:27 +0200 |
| commit | 82099bd04f96d1dfd8d5ac2f93f8b854e14bc500 (patch) | |
| tree | 8e2bdb9f2ffcd801b8a586b94cb5c33efce69be0 /volkskrant.nl.txt | |
| parent | 7909a839417246bb99d75a1d6be627ad85a8d222 (diff) | |
| download | ftr-site-config-82099bd04f96d1dfd8d5ac2f93f8b854e14bc500.tar.gz ftr-site-config-82099bd04f96d1dfd8d5ac2f93f8b854e14bc500.zip | |
Bypass cookie walls (parool.nl and volkskrant.nl)
Diffstat (limited to 'volkskrant.nl.txt')
| -rw-r--r-- | volkskrant.nl.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/volkskrant.nl.txt b/volkskrant.nl.txt new file mode 100644 index 0000000..c277034 --- /dev/null +++ b/volkskrant.nl.txt @@ -0,0 +1,15 @@ +#bypass cookie check +single_page_link: //a[contains(@href, '/cookiewall/accept.do?')] + +title: //h1[@itemprop="headline"] +body: //figure[contains(@class, 'article__top-image')] | //div[@itemprop="articleBody"] + +strip: //div[contains(@class, 'media-container') and contains(@class, 'pull-right')] + +tidy: no +prune: no + +test_url: http://www.volkskrant.nl/sport/dossier-wereldvoetbalbond-fifa-wankelt~a4042695/ +test_contains: De belangrijkste spil in het + +test_url: http://www.volkskrant.nl/nieuws/rss.xml
\ No newline at end of file |
