2013-11-30 23:05:41 +01:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2013-11-30 23:05:41 +01:00
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.version2.dk/artikel/surface-pro-2-fungerer-bedre-til-arbejde-end-fornoejelse-55195',
|
|
|
|
'body' => array(
|
|
|
|
'//section[contains(@class, "teaser")]',
|
|
|
|
'//section[contains(@class, "body")]',
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|