This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.universfreebox.com.php
2016-05-07 12:59:40 +02:00

17 lines
452 B
PHP

<?php
return array(
'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"]',
),
'strip' => array(
'//*[@id="formulaire"]',
'//*[@id="commentaire"]',
),
),
),
);