summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.pcinpact.com.php
blob: fc45ef2a759b908942215733b39c00e7b407e5b8 (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'test_url' => 'http://www.pcinpact.com/news/85954-air-france-ne-vous-demande-plus-deteindre-vos-appareils-electroniques.htm?utm_source=PCi_RSS_Feed&utm_medium=news&utm_campaign=pcinpact',
    'body' => array(
        '//div[contains(@id, "actu_content")]',
    ),
    'strip' => array(
    ),
);