summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.theguardian.com.php
blob: 4a1e8d275b855343f64cf79397cf490138f5787f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.theguardian.com/sustainable-business/2015/feb/02/2015-hyper-transparency-global-business',
            'body' => array(
                '//div[contains(@class, "content__main-column--article")]',
            ),
            'strip' => array(
                '//div[contains(@class, "meta-container")]',
            ),
        )
    )
);