gamestar.hu.php 503 B

1234567891011121314151617
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://www.gamestar.hu/hir/horizon-zero-dawn-the-frozen-wilds-vedjegy-239019.html',
  6. 'body' => array(
  7. '//article/header/h1',
  8. '//div[@class="section section-2-3"]/div[@class="image"]/img',
  9. '//article/p[@class="lead"]',
  10. '//article/div[@class="content"]'
  11. ),
  12. 'strip' => array(
  13. '//div[@class="ad ad-article-inside"]'
  14. )
  15. ),
  16. ),
  17. );