summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
index fa1d548cf..93343bb52 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
@@ -1,7 +1,11 @@
<?php
return array(
- 'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
- 'body' => array(
- '//div[@class="meldung_wrapper"]'
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
+ 'body' => array(
+ '//div[@class="meldung_wrapper"]'
+ )
+ )
)
);