summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php
blob: f324f4c944ddd90e038c080381b2c31297997142 (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(
            )
        )
    )
);