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

10 lines
157 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
2015-06-21 15:56:36 +02:00
return array(
'filter' => array(
'%.*%' => array(
'%alt="(.+)" title="(.+)" */>%' => '/><br/>$1<br/>$2',
),
),
2015-06-21 15:56:36 +02:00
);