summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
diff options
context:
space:
mode:
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',
+ ),
+ ),
);