miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ir.amd.com.php
Frederic Guillot 154abcd57b Update vendor
2015-06-21 09:56:36 -04:00

11 lines
280 B
PHP

<?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',
)
),
);