e-w-e.ru.php 701 B

12345678910111213141516171819202122
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://e-w-e.ru/16-prekrasnyx-izobretenij-zhenshhin/',
  6. 'body' => array(
  7. '//div[contains(@class, "post_text")]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//form',
  12. '//style',
  13. '//*[@class="views_post"]',
  14. '//*[@class="adman_mobile"]',
  15. '//*[@class="adman_desctop"]',
  16. '//*[contains(@rel, "nofollow")]',
  17. '//*[contains(@class, "wp-smiley")]',
  18. '//*[contains(text(),"Источник:")]',
  19. ),
  20. ),
  21. ),
  22. );