summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php
blob: b6387da73ee351e1d576e2c19f4eeb59cef9a2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'test_url' => 'http://www.numerama.com/magazine/26857-bientot-des-robots-dans-les-cuisines-de-mcdo.html',
    'body' => array(
        '//div[@class="col_left"]//div[@class="content"]',
    ),
    'strip' => array(
        '//div[@class="news_social"]',
        '//div[@id="newssuiv"]',
    )
);