miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php
Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

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