miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.mapillary.com.php
2017-04-05 16:05:48 -04:00

12 lines
298 B
PHP

<?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")]',
),
),
),
);