miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/peebleslab.com.php

10 lines
209 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
return array(
'filter' => array(
'%.*%' => array(
// the extra space is required to strip the title cleanly
'%title="(.+) " */>%' => '/><br/>$1',
),
),
2015-06-21 15:56:36 +02:00
);