9 lines
284 B
PHP
9 lines
284 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.lemonde.fr/societe/article/2013/08/30/boris-boillon-ancien-ambassadeur-de-sarkozy-arrete-avec-350-000-euros-en-liquide_3469109_3224.html',
|
||
|
'body' => array(
|
||
|
'//div[@id="articleBody"]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
),
|
||
|
);
|