pastebin.com.php 277 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://pastebin.com/ed1pP9Ak',
  6. 'body' => array(
  7. '//div[@class="text"]',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );