summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bizjournals.com.php
blob: d1cc3da96de1bcaf0b6a4e4c473df7b9830986b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.bizjournals.com/milwaukee/news/2015/09/30/bucks-will-hike-prices-on-best-seats-at-new-arena.html',
            'body' => array(
                '//figure/div/a/img',
                '//p[@class="content__segment"]',
            ),
        ),
    ),
);