www.makeuseof.com.php 546 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.makeuseof.com/tag/having-problems-with-audio-in-windows-10-heres-a-likely-fix/',
  6. 'body' => array(
  7. '//div[@class="entry"]',
  8. ),
  9. 'strip' => array(
  10. '//*[@class="new_sharebar"]',
  11. '//*[@class="author"]',
  12. '//*[@class="wdt_grouvi"]',
  13. '//*[@class="wdt_smart_alerts"]',
  14. '//*[@class="modal fade grouvi"]',
  15. ),
  16. ),
  17. ),
  18. );