tozsdeforum.hu.php 550 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.tozsdeforum.hu/szemelyes-penzugyek/napi-penzugyek/ezek-a-legnepszerubb-turistacelpontok-voltal-mar-mindenhol-87181.html',
  6. 'body' => array(
  7. '//header/h1',
  8. '//div[@class="title_img"]',
  9. '//article/div[@class="tf-post"]/div[@class="p"]/p|//article/div[@class="tf-post"]/div[@class="p"]/h3|//article/div[@class="tf-post"]/div[@class="p"]/blockquote'
  10. ),
  11. 'strip' => array(
  12. )
  13. ),
  14. ),
  15. );