summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/treehugger.com.php
blob: 55eb7e015b1e70d48e2a9d0c7f1eaa616e226941 (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.treehugger.com/uncategorized/top-ten-posts-week-bunnies-2.html',
            'body' => array(
                '//div[contains(@class, "promo-image")]',
                '//div[contains(@id, "entry-body")]',
            ),
            'strip' => array(
            ),
        ),
    ),
);