7f335a533d
- fixes #336
12 lines
295 B
PHP
12 lines
295 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(
|
|
'//*[contains(@class, "module-crunchbase")]'
|
|
)
|
|
);
|