9 lines
201 B
PHP
9 lines
201 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.sitepoint.com/creating-hello-world-app-swift/',
|
||
|
'body' => array(
|
||
|
'//section[@class="article_body"]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
),
|
||
|
);
|