summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php
index 9d31b0ab7..6aacbdbcc 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php
@@ -1,9 +1,13 @@
<?php
return array(
- 'test_url' => 'http://www.fastcoexist.com/3026114/take-a-seat-on-this-gates-funded-future-toilet-that-will-change-how-we-think-about-poop',
- 'body' => array(
- '//article[contains(@class, "body prose")]',
- ),
- 'strip' => array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.fastcoexist.com/3026114/take-a-seat-on-this-gates-funded-future-toilet-that-will-change-how-we-think-about-poop',
+ 'body' => array(
+ '//article[contains(@class, "body prose")]',
+ ),
+ 'strip' => array(
+ )
+ )
)
);