9 lines
204 B
PHP
9 lines
204 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.kanpai.fr/japon/comment-donner-lheure-en-japonais.html',
|
||
|
'body' => array(
|
||
|
'//div[@class="single-left"]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
)
|
||
|
);
|