summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bizjournals.com.php
blob: 44a644a91aa5150191b65270985e2352c3284be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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"]',
            ),
        ),
    ),
);