buttersafe.com.php 341 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://buttersafe.com/2015/04/21/the-incredible-flexible-man/',
  6. 'body' => array(
  7. '//div[@id="comic"]',
  8. '//div[@class="post-comic"]',
  9. ),
  10. 'strip' => array(),
  11. ),
  12. ),
  13. );