Add grabber rule for heise.de

This commit is contained in:
Frédéric Guillot 2014-05-17 09:26:17 -04:00
parent 2d63a26073
commit 4e9ee0e885
2 changed files with 8 additions and 0 deletions

View File

@ -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

7
vendor/PicoFeed/Rules/heise.de.php vendored Normal file
View File

@ -0,0 +1,7 @@
<?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"]'
)
);