blob: e2e3db000637f1c7095c2325b20804c3f74592c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
return array(
'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(
'//div[contains(@class, "article-section")]',
),
),
),
);
|