nextinpact.com.php 591 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.nextinpact.com/news/101122-3d-nand-intel-lance-six-nouvelles-gammes-ssd-pour-tous-usages.htm',
  6. 'body' => array(
  7. '//div[@class="container_article"]',
  8. ),
  9. 'strip' => array(
  10. '//div[@class="infos_article"]',
  11. '//div[@id="actu_auteur"]',
  12. '//div[@id="soutenir_journaliste"]',
  13. '//section[@id="bandeau_abonnez_vous"]',
  14. '//br'
  15. ),
  16. ),
  17. ),
  18. );