summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nature.com.php
blob: 6b9e87f45a2f1915f1336dbdaf3102c8973c0ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.nature.com/doifinder/10.1038/nature.2015.18340',
            'body' => array(
                '//div[contains(@class,"main-content")]',
            ),
            'strip' => array(),
        ),
    ),
);