16 lines
451 B
PHP
Raw Normal View History

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(
'//div[@id="corps_corps"]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
'//*[@id="formulaire"]',
'//*[@id="commentaire"]',
),
),
),
);