atv.hu.php 528 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.atv.hu/belfold/20171020-tobb-millio-forintot-csalt-ki-egy-idos-ferfitol-a-budapesti-no',
  6. 'body' => array(
  7. '//article'
  8. ),
  9. 'strip' => array(
  10. '//span[@class="date"]',
  11. '//div[@class="fb-like db_iframe_widget"]',
  12. '//div[@class="ad-wrapper dashed-border"]',
  13. '//div[@class="footer-meta-wrapper"]',
  14. '//div[@class="image-wrapper "]'
  15. )
  16. ),
  17. ),
  18. );