mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 17:26:10 +01:00
14 lines
288 B
PHP
14 lines
288 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://marc.info/?l=openbsd-misc&m=141987113202061&w=2',
|
|
'body' => array(
|
|
'//pre',
|
|
),
|
|
'strip' => array(
|
|
),
|
|
),
|
|
),
|
|
);
|