2015-03-03 04:31:20 +01:00
|
|
|
<?php
|
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://putaindecode.fr/posts/js/etat-lieux-js-modulaire-front/',
|
|
|
|
'body' => array(
|
|
|
|
'//*[@class="putainde-Post-md"]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
'//*[contains(@class, "inlineimg")]',
|
|
|
|
'//*[contains(@class, "comment-respond")]',
|
2015-10-20 04:49:30 +02:00
|
|
|
'//header',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
2015-03-03 04:31:20 +01:00
|
|
|
);
|