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

11 lines
179 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="(.+)" */>%' => '/><br/>$1',
'%\.png%' => '_rollover.png',
),
),
2015-06-21 15:56:36 +02:00
);