summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.universfreebox.com.php
blob: 8679a7bfc5d8c560616b8463333006724f9f5817 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return 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"]',
    ),
);