2013-09-01 00:37:26 +02:00
|
|
|
<?php
|
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.theguardian.com/sustainable-business/2015/feb/02/2015-hyper-transparency-global-business',
|
|
|
|
'body' => array(
|
|
|
|
'//div[contains(@class, "content__main-column--article")]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
'//div[contains(@class, "meta-container")]',
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
2015-10-20 04:49:30 +02:00
|
|
|
);
|