2014-03-19 23:26:43 +01:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'test_url' => 'http://www.pseudo-sciences.org/spip.php?article2275',
|
|
|
|
'body' => array(
|
|
|
|
'//div[@id="art_main"]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
2014-04-16 00:15:31 +02:00
|
|
|
'//div[@id="art_print"]',
|
|
|
|
'//div[@id="art_chapo"]',
|
|
|
|
'//img[@class="puce"]',
|
2014-03-19 23:26:43 +01:00
|
|
|
),
|
|
|
|
);
|