Include composer dependencies in repo
This commit is contained in:
9
vendor/miniflux/picofeed/lib/PicoFeed/Rules/peebleslab.com.php
vendored
Normal file
9
vendor/miniflux/picofeed/lib/PicoFeed/Rules/peebleslab.com.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
// the extra space is required to strip the title cleanly
|
||||
'%title="(.+) " */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user