12 lines
310 B
PHP
12 lines
310 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%^/news.*%' => array(
|
|
'test_url' => 'http://www.hardware.fr/news/14760/intel-lance-nouveaux-ssd-nand-3d.html',
|
|
'body' => array(
|
|
'//div[@class="content_actualite"]/div[@class="md"]',
|
|
)
|
|
),
|
|
),
|
|
);
|