cliquerefresh.com.php 307 B

12345678910
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%/comic.*%' => array(
  5. 'test_url' => 'http://cliquerefresh.com/comic/078-stating-the-obvious/',
  6. 'body' => array('//div[@class="comicImg"]/img | //div[@class="comicImg"]/a/img'),
  7. 'strip' => array(),
  8. ),
  9. ),
  10. );