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

9 lines
121 B
PHP

<?php
return array(
'filter' => array(
'%.*%' => array(
'%-\\d+x\\d+%' => "",
)
)
);