2014-02-05 02:04:53 +01:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2014-02-05 02:04:53 +01:00
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://lesjoiesducode.fr/post/75576211207/quand-lappli-ne-fonctionne-plus-sans-aucune-raison',
|
|
|
|
'body' => array(
|
|
|
|
'//div[@class="blog-post-content"]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
2014-02-05 02:04:53 +01:00
|
|
|
);
|