blob: 90bde5a98461fb56f92d26bc8750ff052761bcc0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://sz.de/1.2443161',
'body' => array('//article[@id="sitecontent"]/section[@class="topenrichment"]//img | //article[@id="sitecontent"]/section[@class="body"]/section[@class="authors"]/preceding-sibling::*[not(contains(@class, "ad"))]'),
'strip' => array(),
),
),
);
|