mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 17:26:10 +01:00
14 lines
370 B
PHP
14 lines
370 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://www.monandroid.com/blog/tutoriel-avance-activer-le-stockage-fusionne-sur-android-6-marshamallow-t12.html',
|
|
'body' => array(
|
|
'//div[@class="blog-post-body"]',
|
|
),
|
|
'strip' => array(
|
|
),
|
|
),
|
|
),
|
|
);
|