summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.theguardian.com.php
blob: e0d6f3fd039a19623a2124ca40e225cb45ad3c69 (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")]',
            ),
        )
    )
);