publy.ru.php 740 B

123456789101112131415161718192021222324
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.publy.ru/post/19988',
  6. 'body' => array(
  7. '//div[@class="singlepost"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//form',
  12. '//style',
  13. '//*[@class="featured"]',
  14. '//*[@class="toc_white no_bullets"]',
  15. '//*[@class="toc_title"]',
  16. '//*[@class="pba"]',
  17. '//*[@class="comments"]',
  18. '//*[contains(@class, "g-single")]',
  19. '//*[@class="ts-fab-wrapper"]',
  20. '//*[contains(@class, "wp_rp_wrap")]',
  21. ),
  22. ),
  23. ),
  24. );