miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.phoronix.com.php
2015-08-28 21:34:34 -04:00

13 lines
308 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1',
'body' => array(
'//div[@class="content"]',
),
'strip' => array()
)
)
);