summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.mapillary.com.php
blob: 5c77b95d09744d6ce8c119c34eead43d6a5ee64d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://blog.mapillary.com/update/2015/08/26/traffic-sign-updates.html',
            'body' => array(
                '//div[contains(@class, "blog-post__content")]'
            )
        )
    )
);