huffingtonpost.com.php 344 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.huffingtonpost.com/2014/02/20/centscere-social-media-syracuse_n_4823848.html',
  6. 'body' => array(
  7. '//article[@class="content")]',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );