.over-blog.com.php 327 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://eliascarpe.over-blog.com/2015/12/re-upload-projets-d-avenir.html',
  6. 'body' => array(
  7. '//div[contains(concat(" ", normalize-space(@class), " "), " ob-section ")]',
  8. ),
  9. )
  10. )
  11. );