24.hu.php 434 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://24.hu/belfold/2017/10/20/millios-lehuzasok-miatt-razziaztak-egy-budapesti-barban-videoval/',
  6. 'body' => array(
  7. '//div[@class="post-title-wrapper"]/h1',
  8. '//div[@class="post-header-wrapper has-img"]/img',
  9. '//div[@class="post-body"]'
  10. ),
  11. 'strip' => array(
  12. )
  13. ),
  14. ),
  15. );