2014-08-10 23:53:35 +02:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2014-08-10 23:53:35 +02:00
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
2016-12-26 23:32:18 +01:00
|
|
|
'test_url' => 'http://www.monandroid.com/blog/tutoriel-avance-activer-le-stockage-fusionne-sur-android-6-marshamallow-t12.html',
|
2015-04-28 18:08:42 +02:00
|
|
|
'body' => array(
|
2015-10-20 04:49:30 +02:00
|
|
|
'//div[@class="blog-post-body"]',
|
2015-04-28 18:08:42 +02:00
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
2015-03-31 02:13:07 +02:00
|
|
|
);
|