01net.com.php 613 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.01net.com/editorial/624550/twitter-rachete-madbits-un-specialiste-francais-de-lanalyse-dimages/',
  6. 'body' => array(
  7. '//div[@class="article_ventre_box"]',
  8. ),
  9. 'strip' => array(
  10. '//link',
  11. '//*[contains(@class, "article_navigation")]',
  12. '//h1',
  13. '//*[contains(@class, "article_toolbarMain")]',
  14. '//*[contains(@class, "article_imagehaute_box")]',
  15. ),
  16. ),
  17. ),
  18. );