summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.sciencemag.org.php
blob: ae7a93ac29642bbfc2938e6e8ba729404b9f59ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.sciencemag.org/news/2016/01/could-bright-foamy-wak$',
            'body' => array(
                '//div[@class="row--hero"]',
                '//article[contains(@class,"primary")]',
            ),
            'strip' => array(
                '//header[@class="article__header"]',
                '//footer[@class="article__foot"]',
            ),
        ),
    )
);