www.businessweek.com.php 464 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.businessweek.com/articles/2013-09-18/elon-musks-hyperloop-will-work-says-some-very-smart-software',
  6. 'body' => array(
  7. '//div[@id="lead_graphic"]',
  8. '//div[@id="article_body"]',
  9. ),
  10. 'strip' => array(
  11. '//*[contains(@class, "related_item")]',
  12. ),
  13. ),
  14. ),
  15. );