summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
commitc10358a0f69789306d65daf23f79a07c271268e2 (patch)
tree19546f5a2a12f720074a53b6fde441d28170b1c7 /vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
parentbf7ff10a5114c0517cd7082ee95ccecb0c7f807d (diff)
update picofeed & version bump
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
index 1821c3bfb..5651bf43e 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
@@ -1,18 +1,19 @@
<?php
+
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//div[@id="comic"]',
- '//div[@class="entry"]'
+ '//div[@class="entry"]',
),
'strip' => array('//div[@class="ssba"]'),
'test_url' => 'http://www.happletea.com/comic/mans-best-friend/',
- )
+ ),
),
'filter' => array(
'%.*%' => array(
- '%title="(.+)" */>%' => "/><br/>$1"
- )
- )
+ '%title="(.+)" */>%' => '/><br/>$1',
+ ),
+ ),
);