sentfromthemoon.com.php 443 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'body' => array(
  6. '//div[@class="comicpane"]/a/img',
  7. '//div[@class="entry"]',
  8. ),
  9. 'strip' => array(),
  10. 'test_url' => 'http://sentfromthemoon.com/archives/1417',
  11. ),
  12. ),
  13. 'filter' => array(
  14. '%.*%' => array(
  15. '%title="(.+)" */>%' => '/><br/>$1',
  16. ),
  17. ),
  18. );