.nytimes.com.php 308 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.nytimes.com/2011/05/15/world/middleeast/15prince.html',
  6. 'body' => array(
  7. '//p[contains(@class, "story-content")] | //div[@class="image"]',
  8. ),
  9. )
  10. )
  11. );