bleepingcomputer.com.php 490 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://www.bleepingcomputer.com/news/google/chromes-sandbox-feature-infringes-on-three-patents-so-google-must-now-pay-20m/',
  6. 'body' => array(
  7. '//div[@class="article_section"]',
  8. ),
  9. 'strip' => array(
  10. '//*[@itemprop="headline"]',
  11. '//div[@class="cz-news-story-title-section"]'
  12. ),
  13. ),
  14. ),
  15. );