www.bdgest.com.php 437 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.bdgest.com/chronique-6027-BD-Adrastee-Tome-2.html',
  6. 'body' => array(
  7. '//*[contains(@class, "chronique")]',
  8. ),
  9. 'strip' => array(
  10. '//*[contains(@class, "post-review")]',
  11. '//*[contains(@class, "footer-review")]',
  12. ),
  13. ),
  14. ),
  15. );