f89ed85a83
fixes #365, #367
18 lines
625 B
PHP
18 lines
625 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => array(
|
|
'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',
|
|
'http://www.lemonde.fr/afrique/article/2015/04/06/plonge-dans-la-crise-l-angola-revele-son-vrai-visage_4610364_3212.html',
|
|
),
|
|
'body' => array(
|
|
'//div[@id="articleBody"]',
|
|
'//div[@itemprop="articleBody"]',
|
|
),
|
|
'strip' => array(
|
|
),
|
|
)
|
|
)
|
|
);
|