miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.pseudo-sciences.org.php

18 lines
426 B
PHP
Raw Normal View History

<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.pseudo-sciences.org/spip.php?article2275',
'body' => array(
'//div[@id="art_main"]',
),
'strip' => array(
'//div[@id="art_print"]',
'//div[@id="art_chapo"]',
'//img[@class="puce"]',
),
),
),
);