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(
|
|
),
|
|
),
|
|
),
|
|
);
|