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

9 lines
221 B
PHP

<?php
return array(
'filter' => array(
'%.*%' => array(
'%href="http://www.channelate.com/(\\d+)/(\\d+)/(\\d+)/[^"]*"%' => 'href="http://www.channelate.com/extra-panel/$1$2$3/"'
)
)
);