Add new content scrapper rule for pseudo-sciences.org
This commit is contained in:
parent
44e69d2414
commit
61158a30e0
9
vendor/PicoFeed/Rules/www.pseudo-sciences.org.php
vendored
Normal file
9
vendor/PicoFeed/Rules/www.pseudo-sciences.org.php
vendored
Normal 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(
|
||||||
|
),
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user