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.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
new file mode 100644
index 000000000..68475cb42
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
@@ -0,0 +1,8 @@
+<?php
+return array(
+ 'filter' => array(
+ '%.*%' => array(
+ '%href="http://www.channelate.com/(\\d+)/(\\d+)/(\\d+)/[^"]*"%' => 'href="http://www.channelate.com/extra-panel/$1$2$3/"'
+ )
+ )
+);