indiehaven.com.php 307 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://indiehaven.com/no-mans-sky-is-a-solo-space-adventure-and-im-ok-with-that/',
  6. 'body' => array(
  7. '//section[contains(@class, "entry-content")]',
  8. )
  9. ),
  10. ),
  11. );