13 lines
299 B
PHP
Raw Normal View History

2015-08-28 21:34:34 -04:00
<?php
2015-08-28 21:34:34 -04:00
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")]',
),
),
),
2015-08-28 21:34:34 -04:00
);