2014-05-17 15:26:17 +02:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2014-05-17 15:26:17 +02:00
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
|
|
|
|
'body' => array(
|
2015-10-20 04:49:30 +02:00
|
|
|
'//div[@class="meldung_wrapper"]',
|
2015-12-16 01:26:15 +01:00
|
|
|
'//div[@class="artikel_content"]',
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
2014-05-17 15:26:17 +02:00
|
|
|
);
|