mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 10:16:07 +01:00
12 lines
286 B
PHP
12 lines
286 B
PHP
|
|
<?php
|
||
|
|
return array(
|
||
|
|
'grabber' => array(
|
||
|
|
'%.*%' => array(
|
||
|
|
'test_url' => 'https://plus.google.com/+LarryPage/posts/Lh8SKC6sED1',
|
||
|
|
'body' => array(
|
||
|
|
'//div[@role="article"]/div[contains(@class, "eE")]',
|
||
|
|
),
|
||
|
|
),
|
||
|
|
),
|
||
|
|
);
|