9 lines
237 B
PHP
9 lines
237 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.monwindowsphone.com/tout-savoir-sur-le-centre-d-action-de-windows-phone-8-1-t40574.html',
|
||
|
'body' => array(
|
||
|
'//div[@class="postmessage"]'
|
||
|
),
|
||
|
'strip' => array(
|
||
|
),
|
||
|
);
|