miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theodd1sout.com.php
Frederic Guillot f7b3bbd8e9 Update PicoFeed
2016-02-09 20:30:07 -05:00

10 lines
122 B
PHP

<?php
return array(
'filter' => array(
'%.*%' => array(
'%-150x150%' => '',
),
),
);