blob: 41ef68d4518a38a5bc9525f91a9c9d9897d63fde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.bdgest.com/chronique-6027-BD-Adrastee-Tome-2.html',
'body' => array(
'//*[contains(@class, "chronique")]',
),
'strip' => array(
'//*[contains(@class, "post-review")]',
'//*[contains(@class, "footer-review")]',
),
),
),
);
|