monandroid.com.php 370 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.monandroid.com/blog/tutoriel-avance-activer-le-stockage-fusionne-sur-android-6-marshamallow-t12.html',
  6. 'body' => array(
  7. '//div[@class="blog-post-body"]',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );