blog.mapillary.com.php 298 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://blog.mapillary.com/update/2015/08/26/traffic-sign-updates.html',
  6. 'body' => array(
  7. '//div[contains(@class, "blog-post__content")]',
  8. ),
  9. ),
  10. ),
  11. );