summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bizjournals.com.php
blob: c6addb502328bcfbf9576de9a0010886ffe925ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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(
            '//p[@class="media__caption"]',
            '//figure/div/a/img',
            '//p[@class="content__segment"]',
            ),
        )
    )
);