dilbert.com.php 259 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'body' => array(
  6. '//img[@class="img-responsive img-comic"]',
  7. ),
  8. 'test_url' => 'http://dilbert.com/strip/2016-01-28',
  9. ),
  10. ),
  11. );