version2.dk.php 369 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.version2.dk/artikel/surface-pro-2-fungerer-bedre-til-arbejde-end-fornoejelse-55195',
  6. 'body' => array(
  7. '//section[contains(@class, "teaser")]',
  8. '//section[contains(@class, "body")]',
  9. ),
  10. ),
  11. ),
  12. );