journaldugeek.com.php 291 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www./2014/05/20/le-playstation-now-arrive-en-beta-fermee-aux-etats-unis/',
  6. 'body' => array(
  7. '//div[@class="post-content"]',
  8. ),
  9. ),
  10. ),
  11. );