nba.com.php 441 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.nba.com/2015/news/09/25/knicks-jackson-to-spend-more-time-around-coaching-staff.ap/index.html?rss=true',
  6. 'body' => array(
  7. '//div[@class="paragraphs"]',
  8. ),
  9. 'strip' => array(
  10. '//div[@id="nbaArticleSocialWrapper_bot"]',
  11. '//h5',
  12. ),
  13. ),
  14. ),
  15. );