summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/peebleslab.com.php
blob: ce4891d17af817f62301cd9837af70ef32e6e2ce (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'filter' => array(
        '%.*%' => array(
            // the extra space is required to strip the title cleanly
            '%title="(.+) " */>%' => '/><br/>$1',
        ),
    ),
);