theverge.com.php 536 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://www.theverge.com/2017/11/11/16624298/mindhunter-netflix-show-david-fincher-review',
  6. 'body' => array(
  7. '//figure[@class="e-image e-image--hero"]/span[@class="e-image__inner"]',
  8. '//div[@class="c-entry-content"]',
  9. ),
  10. 'strip' => array(
  11. '//div[@class="c-related-list"]',
  12. '//div[@class="c-page-title"]',
  13. )
  14. ),
  15. ),
  16. );