summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
index 68475cb42..f07f79229 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
@@ -1,8 +1,9 @@
<?php
+
return array(
'filter' => array(
'%.*%' => array(
- '%href="http://www.channelate.com/(\\d+)/(\\d+)/(\\d+)/[^"]*"%' => 'href="http://www.channelate.com/extra-panel/$1$2$3/"'
- )
- )
+ '%href="http://www.channelate.com/(\\d+)/(\\d+)/(\\d+)/[^"]*"%' => 'href="http://www.channelate.com/extra-panel/$1$2$3/"',
+ ),
+ ),
);