summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ir.amd.com.php
blob: 112165a81ead3ff68fa7b9f22f8f0371e60a0aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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',
        ),
    ),
);