dailytech.com.php 379 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.dailytech.com/Apples+First+Fixes+to+iOS+9+Land+w+iOS++901+Release/article37495.htm',
  6. 'body' => array(
  7. '//div[@class="NewsBodyImage"]',
  8. '//span[@id="lblSummary"]',
  9. '//span[@id="lblBody"]',
  10. ),
  11. ),
  12. ),
  13. );