consomac.fr.php 338 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://consomac.fr/news-2430-l-iphone-6-toujours-un-secret-bien-garde.html',
  6. 'body' => array(
  7. '//div[contains(@id, "newscontent")]',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );