moya-planeta.ru.php 833 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.moya-planeta.ru/travel/view/chto_yaponcu_horosho_russkomu_ne_ponyat_20432/',
  6. 'body' => array(
  7. '//div[@class="full_object"]',
  8. ),
  9. 'strip' => array(
  10. '//div[@class="full_object_panel object_panel"]',
  11. '//div[@class="full_object_panel_geo object_panel"]',
  12. '//div[@class="full_object_title"]',
  13. '//div[@class="full_object_social_likes"]',
  14. '//div[@class="full_object_planeta_likes"]',
  15. '//div[@class="full_object_go2comments"]',
  16. '//div[@id="yandex_ad_R-163191-3"]',
  17. '//div[@class="full_object_shop_article_recommend"]',
  18. ),
  19. ),
  20. ),
  21. );