totalcar.hu.php 548 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://totalcar.hu/tesztek/2017/10/21/veteran_fiat-abarth_1000tc_1968/',
  6. 'body' => array(
  7. '//div[@class="content-title"]',
  8. '//div[@class="lead-container"]/div[@class="lead"]',
  9. '//div[@class="cikk-torzs"]'
  10. ),
  11. 'strip' => array(
  12. '//span[@class="gallery_title newline"]',
  13. '//div[@class="social-stripe cikk-bottom-box"]',
  14. '//div[@class="cikk-bottom-text-ad"]'
  15. )
  16. ),
  17. ),
  18. );