14 lines
381 B
PHP
Raw Normal View History

2014-05-17 09:26:17 -04:00
<?php
2014-05-17 09:26:17 -04: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(
'//div[@class="meldung_wrapper"]',
2015-12-15 19:26:15 -05:00
'//div[@class="artikel_content"]',
),
),
),
2014-05-17 09:26:17 -04:00
);