.wsj.com.php 426 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://online.wsj.com/article/SB10001424127887324108204579023143974408428.html',
  6. 'body' => array(
  7. '//div[@class="articlePage"]',
  8. ),
  9. 'strip' => array(
  10. '//*[@id="articleThumbnail_2"]',
  11. '//*[@class="socialByline"]',
  12. )
  13. )
  14. )
  15. );