12 lines
336 B
PHP
12 lines
336 B
PHP
|
<?php
|
||
|
|
||
|
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(),
|
||
|
),
|
||
|
),
|
||
|
);
|