allafrica.com.php 593 B

1234567891011121314151617181920
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.aljazeera.com/news/2015/09/xi-jinping-seattle-china-150922230118373.html',
  6. 'body' => array(
  7. '//div[@class="story-body"]',
  8. ),
  9. 'strip' => array(
  10. '//p[@class="kindofstory"]',
  11. '//cite[@class="byline"]',
  12. '//div[@class="useful-top"]',
  13. '//div[contains(@class,"related-topics")]',
  14. '//links',
  15. '//sharebar',
  16. '//related-topics',
  17. ),
  18. ),
  19. ),
  20. );