f89ed85a83
fixes #365, #367
13 lines
314 B
PHP
13 lines
314 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://www.sitepoint.com/creating-hello-world-app-swift/',
|
|
'body' => array(
|
|
'//section[@class="article_body"]',
|
|
),
|
|
'strip' => array(
|
|
),
|
|
)
|
|
)
|
|
); |