aljazeera.com.php 867 B

12345678910111213141516171819202122232425
  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. '//article[@id="main-story"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//header',
  12. '//ul',
  13. '//section[contains(@class,"profile")]',
  14. '//a[@target="_self"]',
  15. '//div[contains(@id,"_2")]',
  16. '//div[contains(@id,"_3")]',
  17. '//img[@class="viewMode"]',
  18. '//table[contains(@class,"in-article-item")]',
  19. '//div[@data-embed-type="Brightcove"]',
  20. '//div[@class="QuoteContainer"]',
  21. '//div[@class="BottomByLine"]',
  22. ),
  23. ),
  24. ),
  25. );