anythingcomic.com.php 361 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'body' => array(
  6. '//img[@id="comic_image"]',
  7. '//div[@class="comment-wrapper"][position()=1]',
  8. ),
  9. 'strip' => array(),
  10. 'test_url' => 'http://www.anythingcomic.com/comics/2108929/stress-free/',
  11. ),
  12. ),
  13. );