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 | |
| parent | 7909a839417246bb99d75a1d6be627ad85a8d222 (diff) | |
| download | ftr-site-config-82099bd04f96d1dfd8d5ac2f93f8b854e14bc500.tar.gz ftr-site-config-82099bd04f96d1dfd8d5ac2f93f8b854e14bc500.zip | |
Bypass cookie walls (parool.nl and volkskrant.nl)
| -rw-r--r-- | parool.nl.txt | 7 | ||||
| -rw-r--r-- | volkskrant.nl.txt | 15 |
2 files changed, 22 insertions, 0 deletions
diff --git a/parool.nl.txt b/parool.nl.txt new file mode 100644 index 0000000..2ceef94 --- /dev/null +++ b/parool.nl.txt @@ -0,0 +1,7 @@ +#bypass cookie check +single_page_link: //a[contains(@href, '/acceptCookieCheck.do?url=')] + +test_url: http://www.parool.nl/parool/nl/4/AMSTERDAM/article/detail/4042734/2015/05/29/MRSA-bacterie-niet-verder-verspreid-in-Bijlmerbajes.dhtml +test_contains: De twee gevangenen die + +test_url: http://www.parool.nl/amsterdam/rss.xml
\ No newline at end of file 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 |
