encyclopedie.naheulbeuk.com.php 368 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://encyclopedie.naheulbeuk.com/article.php3?id_article=352',
  6. 'body' => array(
  7. '//td//h1[@class="titre-texte"]',
  8. '//td//div[@class="surtitre"]',
  9. '//td//div[@class="texte"]',
  10. ),
  11. )
  12. ),
  13. );