theverge.com.php 503 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://www.theverge.com/2017/10/20/16512178/alphabet-project-loon-puerto-rico-lte-balloons-disaster-relief-connectivity',
  6. 'body' => array(
  7. '//div[@class="c-entry-hero__header-wrap"]',
  8. '//span[@class="e-image__inner"]',
  9. '//div[@class="c-entry-content"]',
  10. ),
  11. 'strip' => array(
  12. '//div[@class="c-entry-hero__meta"]',
  13. )
  14. ),
  15. ),
  16. );