thestandard.com.hk.php 622 B

12345678910111213141516171819202122
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.thestandard.com.hk/breaking_news_detail.asp?id=67156',
  6. 'body' => array(
  7. '//table/tr/td/span[@class="bodyCopy"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//br',
  12. '//map[@name="gif_bar"]',
  13. '//img[contains(@usemap,"gif_bar")]',
  14. '//a',
  15. '//span[@class="bodyHeadline"]',
  16. '//i',
  17. '//b',
  18. '//table',
  19. ),
  20. ),
  21. ),
  22. );