miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php

11 lines
267 B
PHP

<?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(
)
);