gocomics.com.php 290 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.gocomics.com/pearlsbeforeswine/2015/05/30',
  6. 'body' => array(
  7. '//div[1]/p[1]/a[1]/img',
  8. ),
  9. 'strip' => array(),
  10. ),
  11. ),
  12. );