9 lines
222 B
PHP
9 lines
222 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://consomac.fr/news-2430-l-iphone-6-toujours-un-secret-bien-garde.html',
|
||
|
'body' => array(
|
||
|
'//div[contains(@id, "newscontent")]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
),
|
||
|
);
|