7 lines
232 B
PHP
7 lines
232 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.spiegel.de/politik/ausland/afrika-angola-geht-gegen-islam-vor-und-schliesst-moscheen-a-935788.html',
|
||
|
'body' => array(
|
||
|
'//h2[contains(@class, "article-section")]'
|
||
|
)
|
||
|
);
|