miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ir.amd.com.php

12 lines
282 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
2015-06-21 15:56:36 +02:00
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-06-21 15:56:36 +02:00
),
);