openculture.com.php 317 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.openculture.com/2017/03/are-we-living-inside-a-computer-simulation-watch-the-simulation-argument.html',
  6. 'body' => array(
  7. '//div[@class="entry"]',
  8. ),
  9. ),
  10. ),
  11. );