zoom.hu.php 481 B

1234567891011121314151617
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://zoom.hu/2017/10/20/mar-nem-nyomoznak-a-vegrehajtok-botranyai-miatt',
  6. 'body' => array(
  7. '//div[@class="title-wrapper"]/h1',
  8. '//div[@class="entry-excerpt"]',
  9. '//div[@class="thumbnail-wrapper"]',
  10. '//div[@id="entry-content-id"]'
  11. ),
  12. 'strip' => array(
  13. '//div[@class="place first normal"]'
  14. )
  15. ),
  16. ),
  17. );