miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lists.php
2015-10-19 22:49:30 -04:00

15 lines
313 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://lists.freebsd.org/pipermail/freebsd-announce/2013-September/001504.html',
'body' => array(
'//pre',
),
'strip' => array(
),
),
),
);