www.numerama.com.php 410 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.numerama.com/sciences/125959-recherches-ladn-recompensees-nobel-de-chimie.html',
  6. 'body' => array(
  7. '//article',
  8. ),
  9. 'strip' => array(
  10. '//footer',
  11. '//section[@class="related-article"]',
  12. ),
  13. ),
  14. ),
  15. );