twokinds.keenspot.com.php 338 B

12345678910
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://twokinds.keenspot.com/archive.php?p=0',
  6. 'body' => array('//*[@class="comic"]/div/a/img | //*[@class="comic"]/div/img | //*[@id="cg_img"]/img | //*[@id="cg_img"]/a/img'),
  7. 'strip' => array(),
  8. ),
  9. ),
  10. );