2014-02-15 19:31:22 -05:00
|
|
|
<?php
|
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.universfreebox.com/article/24305/4G-Bouygues-Telecom-lance-une-vente-flash-sur-son-forfait-Sensation-3Go',
|
|
|
|
'body' => array(
|
2015-10-19 22:49:30 -04:00
|
|
|
'//div[@id="corps_corps"]',
|
2015-04-28 18:08:42 +02:00
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
'//*[@id="formulaire"]',
|
|
|
|
'//*[@id="commentaire"]',
|
|
|
|
),
|
2015-10-19 22:49:30 -04:00
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|