From 4e9ee0e885a9819ad140b8c85888f8ef878e2e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 17 May 2014 09:26:17 -0400 Subject: [PATCH] Add grabber rule for heise.de --- README.markdown | 1 + vendor/PicoFeed/Rules/heise.de.php | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 vendor/PicoFeed/Rules/heise.de.php diff --git a/README.markdown b/README.markdown index e2d103e..5956ea9 100644 --- a/README.markdown +++ b/README.markdown @@ -117,6 +117,7 @@ People who sent a pull-request, report a bug, make a new theme or share a super - Silvus: https://github.com/Silvus - Skasi7: https://github.com/skasi7 - Thiriot Christophe: https://github.com/doubleface +- Tobi: https://github.com/tobir - Vincent Ozanam - Ygbillet: https://github.com/ygbillet diff --git a/vendor/PicoFeed/Rules/heise.de.php b/vendor/PicoFeed/Rules/heise.de.php new file mode 100644 index 0000000..fa1d548 --- /dev/null +++ b/vendor/PicoFeed/Rules/heise.de.php @@ -0,0 +1,7 @@ + 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html', + 'body' => array( + '//div[@class="meldung_wrapper"]' + ) +);