2015-06-21 15:56:36 +02:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'body' => array('//span[@class="ccbnTxt"]'),
|
|
|
|
'strip' => array(),
|
|
|
|
'test_url' => 'http://ir.amd.com/phoenix.zhtml?c=74093&p=RssLanding&cat=news&id=2055819',
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
2015-06-21 15:56:36 +02:00
|
|
|
),
|
|
|
|
);
|