2015-08-28 21:34:34 -04:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://blog.mapillary.com/update/2015/08/26/traffic-sign-updates.html',
|
|
|
|
'body' => array(
|
2015-10-19 22:49:30 -04:00
|
|
|
'//div[contains(@class, "blog-post__content")]',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
2015-08-28 21:34:34 -04:00
|
|
|
);
|