thegamercat.com.php 297 B

12345678910
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.thegamercat.com/comic/just-no/',
  6. 'body' => array('//div[@id="comic"] | //div[@class="post-content"]/div[@class="entry"]/p'),
  7. 'strip' => array(),
  8. ),
  9. ),
  10. );