www.pseudo-sciences.org.php 425 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.pseudo-sciences.org/spip.php?article2275',
  6. 'body' => array(
  7. '//div[@id="art_main"]',
  8. ),
  9. 'strip' => array(
  10. '//div[@id="art_print"]',
  11. '//div[@id="art_chapo"]',
  12. '//img[@class="puce"]',
  13. ),
  14. ),
  15. ),
  16. );