summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php
blob: 5149c69abcfb440fa75039fb691bc875d629eec2 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'test_url' => 'http://www.numerama.com/magazine/26857-bientot-des-robots-dans-les-cuisines-de-mcdo.html',
    'body' => array(
        '//*[@id="general_content"]/table/tbody/tr/td[1]/div/div/div[6]/h2',
        '//div[@id="newstext"]',
    ),
    'strip' => array(
    )
);