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

9 lines
141 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
return array(
'filter' => array(
'%.*%' => array(
'%(<img.+)(\.png"/>)%' => '$1$2$1after$2'
)
)
);