mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 17:56:07 +01:00
14 lines
377 B
PHP
14 lines
377 B
PHP
|
|
<?php
|
||
|
|
return array(
|
||
|
|
'grabber' => array(
|
||
|
|
'%.*%' => array(
|
||
|
|
'test_url' => 'http://www.mac4ever.com/actu/87392_video-quand-steve-jobs-et-bill-gates-jouaient-au-bachelor-avec-le-mac',
|
||
|
|
'body' => array(
|
||
|
|
'//div[contains(@class, "news-news-content")]',
|
||
|
|
),
|
||
|
|
'strip' => array(
|
||
|
|
),
|
||
|
|
),
|
||
|
|
),
|
||
|
|
);
|