2014-02-15 16:25:33 +01:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2014-02-15 16:25:33 +01:00
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.pcinpact.com/news/85954-air-france-ne-vous-demande-plus-deteindre-vos-appareils-electroniques.htm?utm_source=PCi_RSS_Feed&utm_medium=news&utm_campaign=pcinpact',
|
|
|
|
'body' => array(
|
|
|
|
'//div[contains(@id, "actu_content")]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|