summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bizjournals.com.php
blob: 6d8a5a91c7f9e87845a91cef6d0e06743a9718de (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(
                '//figure/div/a/img',
                '//p[@class="content__segment"]',
            ),
        ),
    ),
);