loldwell.com.php 241 B

12345678910
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://loldwell.com/?comic=food-math-101',
  6. 'body' => array('//*[@id="comic"]'),
  7. 'strip' => array(),
  8. ),
  9. ),
  10. );