miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/theodd1sout.com.php

9 lines
121 B
PHP
Raw Normal View History

2016-02-10 02:30:07 +01:00
<?php
return array(
'filter' => array(
'%.*%' => array(
'%-150x150%' => '',
),
),
);