mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 09:16:05 +01:00
13 lines
366 B
PHP
13 lines
366 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://ing.dk/artikel/smart-husisolering-og-styring-skal-mindske-japans-energikrise-164517',
|
|
'body' => array(
|
|
'//section[contains(@class, "teaser")]',
|
|
'//section[contains(@class, "body")]',
|
|
),
|
|
),
|
|
),
|
|
);
|