crash.net.php 547 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.crash.net/motogp/news/885102/1/dovizioso-mugello-win-was-catalyst-for-title-challenge',
  6. 'body' => array(
  7. '//*[@id="block-system-main"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//style',
  12. '//*[@class="social-bar"]',
  13. '//*[@id="below-headline-image-ad"]',
  14. '//*[@class="advert-"]',
  15. ),
  16. ),
  17. ),
  18. );