bgr.com.php 376 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://bgr.com/2015/09/27/iphone-6s-waterproof-testing/',
  6. 'body' => array(
  7. '//img[contains(@class,"img")]',
  8. '//div[@class="text-column"]',
  9. ),
  10. 'strip' => array(
  11. '//strong',
  12. ),
  13. ),
  14. ),
  15. );