blob: 9fa5568c3c9d51d1f0708c889ffecb620bd101bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
return array(
'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")]',
'//header',
),
),
),
);
|