summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-20 17:58:58 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-20 17:58:58 +0100
commit0dc7319f1f19526da73173e00ea43b92fbdbb206 (patch)
treead8efa69ac06222f6e60cf141136638ac46cb0fd /vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
parent9a213130fded88c4a7942a25b8f2798dd776ce7f (diff)
update picofeed and zendxml
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
deleted file mode 100644
index f07f79229..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-return array(
- 'filter' => array(
- '%.*%' => array(
- '%href="http://www.channelate.com/(\\d+)/(\\d+)/(\\d+)/[^"]*"%' => 'href="http://www.channelate.com/extra-panel/$1$2$3/"',
- ),
- ),
-);