2015-04-28 18:08:42 +02:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.neustadt-ticker.de/36480/aktuell/nachrichten/buergerbuero-neustadt-ab-heute-wieder-geoeffnet',
|
|
|
|
'body' => array('//div[contains(@class,"article")]/div[@class="PostContent" and *[not(contains(@class, "navigation"))]]'),
|
|
|
|
'strip' => array(
|
2015-08-29 03:34:34 +02:00
|
|
|
'//*[@id="wp_rp_first"]',
|
|
|
|
'//*[@class="yarpp-related"]'
|
2015-04-28 18:08:42 +02:00
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
2015-08-29 03:34:34 +02:00
|
|
|
);
|