miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.universfreebox.com.php

17 lines
452 B
PHP
Raw Normal View History

2014-02-16 01:31:22 +01:00
<?php
2014-02-16 01:31:22 +01:00
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"]',
),
),
),
);