f89ed85a83
fixes #365, #367
11 lines
330 B
PHP
11 lines
330 B
PHP
<?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")]'
|
|
)
|
|
)
|
|
)
|
|
); |