miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/muckrock.com.php
Frederic Guillot f7b3bbd8e9 Update PicoFeed
2016-02-09 20:30:07 -05:00

18 lines
427 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://www.muckrock.com/news/archives/2016/jan/13/5-concerns-private-prisons/',
'body' => array(
'//div[@class="content"]',
),
'strip' => array(
'//h1',
'//div[@class="secondary"]',
'//aside',
),
),
),
);