444.hu.php 488 B

12345678910111213141516171819
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://444.hu/2017/10/20/tulszamlazo-helyen-utottek-rajta-budapest-belvarosaban',
  6. 'body' => array(
  7. '//div[@id="headline"]/h1',
  8. '//article'
  9. ),
  10. 'strip' => array(
  11. '//article/footer',
  12. '//article/div[@class="jeti-roadblock ad"]',
  13. '//figcaption',
  14. '//noscript',
  15. '//ul[@class="widget-stream-items"]'
  16. )
  17. ),
  18. ),
  19. );