bangkokpost.com.php 533 B

12345678910111213141516171819
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.bangkokpost.com/news/politics/704204/new-us-ambassador-arrives-in-bangkok',
  6. 'body' => array(
  7. '//article/div[@class="articleContents"]',
  8. ),
  9. 'strip' => array(
  10. '//h2',
  11. '//h4',
  12. '//div[@class="text-size"]',
  13. '//div[@class="relate-story"]',
  14. '//div[@class="text-ads"]',
  15. '//ul',
  16. ),
  17. ),
  18. ),
  19. );