10 lines
228 B
PHP
10 lines
228 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.huffingtonpost.com/2014/02/20/centscere-social-media-syracuse_n_4823848.html',
|
||
|
'body' => array(
|
||
|
'//article[@class="content")]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
)
|
||
|
);
|