Add new content scrapper rule for pseudo-sciences.org

This commit is contained in:
Frédéric Guillot 2014-03-19 18:26:43 -04:00
parent 44e69d2414
commit 61158a30e0

View File

@ -0,0 +1,9 @@
<?php
return array(
'test_url' => 'http://www.pseudo-sciences.org/spip.php?article2275',
'body' => array(
'//div[@id="art_main"]',
),
'strip' => array(
),
);