summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php16
1 files changed, 10 insertions, 6 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php
index 7fbbb0c5d..f324f4c94 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/treehugger.com.php
@@ -1,10 +1,14 @@
<?php
return array(
- 'test_url' => 'http://www.treehugger.com/uncategorized/top-ten-posts-week-bunnies-2.html',
- 'body' => array(
- '//div[contains(@class, "promo-image")]',
- '//div[contains(@id, "entry-body")]',
- ),
- 'strip' => array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.treehugger.com/uncategorized/top-ten-posts-week-bunnies-2.html',
+ 'body' => array(
+ '//div[contains(@class, "promo-image")]',
+ '//div[contains(@id, "entry-body")]',
+ ),
+ 'strip' => array(
+ )
+ )
)
);