monwindows.com.php 352 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.monwindows.com/tout-savoir-sur-le-centre-d-action-de-windows-phone-8-1-t40574.html',
  6. 'body' => array(
  7. '//div[@class="blog-post-body"]',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );