10 lines
298 B
PHP
10 lines
298 B
PHP
<?php
|
|
return array(
|
|
'test_url' => 'http://www.numerama.com/magazine/26857-bientot-des-robots-dans-les-cuisines-de-mcdo.html',
|
|
'body' => array(
|
|
'//*[@id="general_content"]/table/tbody/tr/td[1]/div/div/div[6]/h2',
|
|
'//div[@id="newstext"]',
|
|
),
|
|
'strip' => array(
|
|
)
|
|
); |