2015-04-28 18:08:42 +02:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2015-04-28 18:08:42 +02:00
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://smarthomewelt.de/apple-tv-amazon-echo-smart-home/',
|
|
|
|
'body' => array('//div[@class="entry-inner"]/p | //div[@class="entry-inner"]/div[contains(@class,"wp-caption")]'),
|
|
|
|
'strip' => array(),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|