summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.phoronix.com.php
blob: 0fd99f7b6f5072ecc2a23201000e3f9ef03a0a9f (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'test_url' => 'http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1',
    'body' => array(
        '//div[@class="KonaBody"]',
    ),
    'strip' => array(
    )
);