2015-08-29 03:34:34 +02: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-20 04:49:30 +02:00
|
|
|
'//div[contains(@class, "blog-post__content")]',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
2015-08-29 03:34:34 +02:00
|
|
|
);
|