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

16 lines
395 B
PHP
Raw Normal View History

<?php
return array(
2015-04-28 18:08:42 +02:00
'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(
),
),
),
);