thecodinglove.com.php 251 B

12345678910
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://thecodinglove.com/post/116897934767',
  6. 'body' => array('//div[@class="bodytype"]'),
  7. 'strip' => array(),
  8. ),
  9. ),
  10. );