Add grabber rule for heise.de
This commit is contained in:
parent
2d63a26073
commit
4e9ee0e885
@ -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
|
- Silvus: https://github.com/Silvus
|
||||||
- Skasi7: https://github.com/skasi7
|
- Skasi7: https://github.com/skasi7
|
||||||
- Thiriot Christophe: https://github.com/doubleface
|
- Thiriot Christophe: https://github.com/doubleface
|
||||||
|
- Tobi: https://github.com/tobir
|
||||||
- Vincent Ozanam
|
- Vincent Ozanam
|
||||||
- Ygbillet: https://github.com/ygbillet
|
- Ygbillet: https://github.com/ygbillet
|
||||||
|
|
||||||
|
7
vendor/PicoFeed/Rules/heise.de.php
vendored
Normal file
7
vendor/PicoFeed/Rules/heise.de.php
vendored
Normal 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"]'
|
||||||
|
)
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user