summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php18
1 files changed, 11 insertions, 7 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php
index 7ef573769..a57b7f466 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php
@@ -1,11 +1,15 @@
<?php
return array(
- 'test_url' => 'http://dozodomo.com/bento/2014/03/04/lart-des-maki-de-takayo-kiyota/',
- 'body' => array(
- '//div[@class="joke"]',
- '//div[@class="story-cover"]',
- '//div[@class="story-content"]',
- ),
- 'strip' => array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://dozodomo.com/bento/2014/03/04/lart-des-maki-de-takayo-kiyota/',
+ 'body' => array(
+ '//div[@class="joke"]',
+ '//div[@class="story-cover"]',
+ '//div[@class="story-content"]',
+ ),
+ 'strip' => array(
+ )
+ )
)
); \ No newline at end of file