miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

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(),
)
)
);