summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.phoronix.com.php
blob: 0d10eff284c04f2ad77ade164fb1ffd01a7312bf (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(
        '//article[@class="KonaBody"]',
    ),
    'strip' => array(
    )
);