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

9 lines
141 B
PHP

<?php
return array(
'filter' => array(
'%.*%' => array(
'%(<img.+)(\.png"/>)%' => '$1$2$1after$2'
)
)
);