13 lines
311 B
PHP
Raw Normal View History

2013-09-30 22:15:18 -04: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-28 21:34:34 -04:00
'//div[@class="content"]',
2015-04-28 18:08:42 +02:00
),
2017-04-05 16:05:48 -04:00
'strip' => array(),
),
),
2013-09-30 22:15:18 -04:00
);