Files
Kanboard-Prod/vendor/miniflux/picofeed/lib/PicoFeed/Rules/peebleslab.com.php
2017-10-25 16:22:10 -07:00

10 lines
209 B
PHP

<?php
return array(
'filter' => array(
'%.*%' => array(
// the extra space is required to strip the title cleanly
'%title="(.+) " */>%' => '/><br/>$1',
),
),
);