summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php
blob: 7463abc789478ec2b8d85027adec47969e2d73f7 (plain)
1
2
3
4
5
6
7
8
9
10
<?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(),
        ),
    ),
);