networkworld.com.php 673 B

1234567891011121314151617181920
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.networkworld.com/article/3020585/security/the-incident-response-fab-five.html',
  6. 'body' => array(
  7. '//figure/img[@class="hero-img"]',
  8. '//section[@class="deck"]',
  9. '//div[@itemprop="articleBody"] | //div[@itemprop="reviewBody"]',
  10. '//div[@class="carousel-inside-crop"]',
  11. ),
  12. 'strip' => array(
  13. '//script',
  14. '//aside',
  15. '//div[@class="credit"]',
  16. '//div[@class="view-large"]',
  17. ),
  18. ),
  19. ),
  20. );