summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.nytimes.com.php
blob: 31f4d786220de49a8afba94298c8a81cb54eb5b7 (plain)
1
2
3
4
5
6
7
8
<?php
return array(
    'test_url' => 'http://www.nytimes.com/2011/05/15/world/middleeast/15prince.html',
    'title' => '//h1[@class="articleHeadline"]',
    'body' => array(
        '//div[@class="articleBody"]',
    ),
);