justcoolidea.ru.php 584 B

12345678910111213141516171819
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://justcoolidea.ru/idealnyj-sad-samodelnye-proekty-dlya-berezhlivogo-domovladeltsa/',
  6. 'body' => array(
  7. '//section[@class="entry-content"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//form',
  12. '//style',
  13. '//*[contains(@class, "essb_links")]',
  14. '//*[contains(@rel, "nofollow")]',
  15. '//*[contains(@class, "ads")]',
  16. ),
  17. ),
  18. ),
  19. );