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

10 lines
122 B
PHP
Raw Normal View History

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