mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 17:26:10 +01:00
14 lines
295 B
PHP
14 lines
295 B
PHP
|
|
<?php
|
||
|
|
return array(
|
||
|
|
'grabber' => array(
|
||
|
|
'%.*%' => array(
|
||
|
|
'test_url' => 'https://www.opennet.ru/opennews/art.shtml?num=46549',
|
||
|
|
'body' => array(
|
||
|
|
'//*[@id="r_memo"]',
|
||
|
|
),
|
||
|
|
'strip' => array(
|
||
|
|
),
|
||
|
|
)
|
||
|
|
)
|
||
|
|
);
|