summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.nextinpact.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.nextinpact.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.nextinpact.com.php16
1 files changed, 10 insertions, 6 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.nextinpact.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.nextinpact.com.php
index fc45ef2a7..2010e09b7 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.nextinpact.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.nextinpact.com.php
@@ -1,9 +1,13 @@
<?php
return array(
- 'test_url' => 'http://www.pcinpact.com/news/85954-air-france-ne-vous-demande-plus-deteindre-vos-appareils-electroniques.htm?utm_source=PCi_RSS_Feed&utm_medium=news&utm_campaign=pcinpact',
- 'body' => array(
- '//div[contains(@id, "actu_content")]',
- ),
- 'strip' => array(
- ),
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.pcinpact.com/news/85954-air-france-ne-vous-demande-plus-deteindre-vos-appareils-electroniques.htm?utm_source=PCi_RSS_Feed&utm_medium=news&utm_campaign=pcinpact',
+ 'body' => array(
+ '//div[contains(@id, "actu_content")]',
+ ),
+ 'strip' => array(
+ ),
+ )
+ )
); \ No newline at end of file