pixelbeat.org.php 312 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.pixelbeat.org/programming/sigpipe_handling.html#1425573246',
  6. 'body' => array(
  7. '//div[@class="contentText"]',
  8. ),
  9. 'strip' => array(),
  10. ),
  11. ),
  12. );