miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.universfreebox.com.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

15 lines
447 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"]',
),
)
)
);