2014-02-16 01:31:22 +01:00
|
|
|
<?php
|
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'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")]',
|
|
|
|
),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|