gorabbit.ru.php 558 B

12345678910111213141516171819
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://gorabbit.ru/article/10-oshchushcheniy-za-rulem-kogda-tolko-poluchil-voditelskie-prava',
  6. 'body' => array(
  7. '//div[@class="detail_text"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//form',
  12. '//style',
  13. '//div[@class="socials"]',
  14. '//div[@id="cr_1"]',
  15. '//div[@class="related_items"]',
  16. ),
  17. ),
  18. ),
  19. );