habrahabr.ru.php 330 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://habrahabr.ru/company/pentestit/blog/328606/',
  6. 'body' => array(
  7. "//div[contains(concat(' ',normalize-space(@class),' '),' content ')]"
  8. ),
  9. 'strip' => array(),
  10. ),
  11. ),
  12. );