summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nasa.gov.php
blob: c6692d071eadc96ee51b85f1430e1063243fcaa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'https://www.nasa.gov/image-feature/jpl/pia20514/coy-dione',
            'body' => array(
                '//div[@class="article-body"]',
            ),
            'strip' => array(
                '//div[@class="title-bar"]',
            ),
        ),
    ),
);