summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
index ad0d67a1c..99d4ab175 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
@@ -1,7 +1,11 @@
<?php
return array(
- 'test_url' => 'http://www./2014/05/20/le-playstation-now-arrive-en-beta-fermee-aux-etats-unis/',
- 'body' => array(
- '//div[@class="post-content"]',
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www./2014/05/20/le-playstation-now-arrive-en-beta-fermee-aux-etats-unis/',
+ 'body' => array(
+ '//div[@class="post-content"]',
+ )
+ )
)
); \ No newline at end of file