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

10 lines
206 B
PHP

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