miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php

12 lines
336 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
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(),
),
),
);