lifehacker.ru.php 701 B

12345678910111213141516171819202122
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://lifehacker.ru/2016/03/03/polymail/',
  6. 'body' => array(
  7. '//div[@class="post-content"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//form',
  12. '//style',
  13. '//*[@class="wp-thumbnail-caption"]',
  14. '//*[contains(@class, "social-likes")]',
  15. '//*[@class="jp-relatedposts"]',
  16. '//*[contains(@class, "wpappbox")]',
  17. '//*[contains(@class, "icon__image")]',
  18. '//div[@id="hypercomments_widget"]',
  19. ),
  20. ),
  21. ),
  22. );