osnews.com.php 296 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://osnews.com/story/28863/Google_said_to_be_under_US_antitrust_scrutiny_over_Android',
  6. 'body' => array(
  7. '//div[@class="newscontent1"]',
  8. ),
  9. ),
  10. ),
  11. );