summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/consomac.fr.php
blob: 99a358fe30c7c0d9b7712909521a033c8b628e23 (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'test_url' => 'http://consomac.fr/news-2430-l-iphone-6-toujours-un-secret-bien-garde.html',
    'body' => array(
        '//div[contains(@id, "newscontent")]',
    ),
    'strip' => array(
    ),
);