miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailyreporter.com.php
Frederic Guillot 06fdd3d765 Update PicoFeed
2016-01-11 20:03:13 -05:00

16 lines
422 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://dailyreporter.com/2016/01/09/us-supreme-court-case-could-weaken-government-workers-unions/',
'body' => array(
'//div[contains(@class, "entry-content")]',
),
'strip' => array(
'//*[contains(@class, "sharedaddy")]',
),
),
),
);