mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 17:26:10 +01:00
13 lines
369 B
PHP
13 lines
369 B
PHP
|
|
<?php
|
||
|
|
return array(
|
||
|
|
'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")]',
|
||
|
|
),
|
||
|
|
),
|
||
|
|
),
|
||
|
|
);
|