14 lines
334 B
PHP
14 lines
334 B
PHP
<?php
|
|
return array(
|
|
'test_url' => 'http://techcrunch.com/2013/08/31/indias-visa-maze/',
|
|
'body' => array(
|
|
'//div[contains(@class, "media-container")]',
|
|
'//div[@class="body-copy"]',
|
|
),
|
|
'strip' => array(
|
|
'//script',
|
|
'//style',
|
|
'//*[contains(@class, "module-crunchbase")]'
|
|
)
|
|
);
|