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

13 lines
308 B
PHP
Raw Normal View History

2013-10-01 04:15:18 +02:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1',
'body' => array(
2015-08-29 03:34:34 +02:00
'//div[@class="content"]',
2015-04-28 18:08:42 +02:00
),
'strip' => array()
)
2013-10-01 04:15:18 +02:00
)
);