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

9 lines
121 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
return array(
2015-06-21 15:56:36 +02:00
'filter' => array(
'%.*%' => array(
'%-\\d+x\\d+%' => "",
2015-04-28 18:08:42 +02:00
)
)
2015-06-21 15:56:36 +02:00
);