miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/popstrip.com.php
Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

9 lines
152 B
PHP

<?php
return array(
'filter' => array(
'%.*%' => array(
'%(<img.+/s/[^"]+/)(.+)%' => '$1$2$1bonus.png"/>',
),
),
);