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

10 lines
225 B
PHP
Raw Normal View History

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