miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/popstrip.com.php
Frederic Guillot 154abcd57b Update vendor
2015-06-21 09:56:36 -04:00

9 lines
149 B
PHP

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