theregister.co.uk.php 523 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://www.theregister.co.uk/2017/10/21/purism_cleanses_laptops_of_intel_management_engine/',
  6. 'body' => array(
  7. '//div[@id="article"]',
  8. ),
  9. 'strip' => array(
  10. '//div[@class="byline_and_share"]',
  11. '//div[@class="social_btns alt_colour dcl"]',
  12. '//div[@class="promo_article"]',
  13. '//div[@id="article_body_btm"]',
  14. '//p[@class="wptl btm"]'
  15. )
  16. ),
  17. ),
  18. );