summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.businessweek.com.php
blob: 1ac90a3e68d9bec4bd4237f22efdcdbb7e855aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'test_url' => 'http://www.businessweek.com/articles/2013-09-18/elon-musks-hyperloop-will-work-says-some-very-smart-software',
    'body' => array(
        '//div[@id="lead_graphic"]',
        '//div[@id="article_body"]',
    ),
    'strip' => array(
        '//*[contains(@class, "related_item")]',
    ),
);