rugbyrama.fr.php 658 B

1234567891011121314151617181920
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.rugbyrama.fr/rugby/top-14/2015-2016/top-14-hayman-coupe-du-monde-finale-2012-lutte.-voici-levan-chilachava-toulon_sto5283863/story.shtml',
  6. 'body' => array(
  7. '//div[@class="storyfull__content"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//form',
  12. '//style',
  13. '//*[@class="share-buttons"]',
  14. '//*[@class="ad"]',
  15. '//*[@class="hide-desktop"]',
  16. '//*[@id="tracking_img"]',
  17. )
  18. )
  19. )
  20. );