summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/blog.mapillary.com.php
blob: ce016510ed039085b4c189b702b5f37b582ac64b (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")]',
            ),
        ),
    ),
);