summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php
blob: 7fbbb0c5db351811eca6f7d4d2473c1cd4c53088 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return 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(
    )
);