f89ed85a83
fixes #365, #367
10 lines
332 B
PHP
10 lines
332 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(),
|
|
)
|
|
)
|
|
); |