mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 17:26:10 +01:00
14 lines
362 B
PHP
14 lines
362 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://www.fastcodesign.com/3026548/exposure/peek-inside-the-worlds-forbidden-subway-tunnels',
|
|
'body' => array(
|
|
'//article[contains(@class, "body prose")]',
|
|
),
|
|
'strip' => array(
|
|
),
|
|
),
|
|
),
|
|
);
|