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.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
deleted file mode 100644
index 85904c087..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-return array(
- '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"]',
- '//div[@class="artikel_content"]',
- ),
- ),
- ),
-);