2013-11-27 03:01:13 +01:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2013-11-27 03:01:13 +01:00
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.spiegel.de/politik/ausland/afrika-angola-geht-gegen-islam-vor-und-schliesst-moscheen-a-935788.html',
|
|
|
|
'body' => array(
|
2015-10-20 04:49:30 +02:00
|
|
|
'//div[contains(@class, "article-section")]',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|