10 lines
230 B
PHP
10 lines
230 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://lesjoiesducode.fr/post/75576211207/quand-lappli-ne-fonctionne-plus-sans-aucune-raison',
|
||
|
'body' => array(
|
||
|
'//div[@class="post"]//img',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
)
|
||
|
);
|