csmonitor.com.php 672 B

12345678910111213141516171819
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.csmonitor.com/USA/Politics/2015/0925/John-Boehner-steps-down-Self-sacrificing-but-will-it-lead-to-better-government',
  6. 'body' => array(
  7. '//h2[@id="summary"]',
  8. '//div[@class="flex-video youtube"]',
  9. '//div[contains(@class,"eza-body")]',
  10. ),
  11. 'strip' => array(
  12. '//span[@id="breadcrumb"]',
  13. '//div[@id="byline-wrapper"]',
  14. '//div[@class="injection"]',
  15. '//*[contains(@class,"promo_link")]',
  16. ),
  17. ),
  18. ),
  19. );