satwcomic.com.php 342 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://satwcomic.com/day-at-the-beach',
  6. 'body' => array(
  7. '//div[@class="container"]/center/a/img',
  8. '//span[@itemprop="articleBody"]',
  9. ),
  10. 'strip' => array(),
  11. ),
  12. ),
  13. );